#777fcd color space conversions
Hex:
        #777fcd
        RGB:
        119, 127, 205
        CMY:
        53, 50, 20
        CMYK:
        42, 38, 0, 20
      HSL:
        234°, 46.2366%, 63.5294%
        HSV (HSB):
        234°, 41.9512%, 80.3922%
        XYZ:
        26.2166, 23.5085, 60.9134
        xyY:
        0.2370, 0.2125, 23.5085
      CIE-Lab:
        55.5923, 16.8863, -41.3615
        CIE-LCH:
        55.5923, 44.6757, 292.2083
        CIE-Luv:
        55.5923, -8.0268, -66.1901
        Hunter-Lab:
        48.4855, 11.6669, -40.5475
      #777fcd color charts
#777fcd RGB chart
      #777fcd CMYK chart
      #777fcd RGB pie chart
      #777fcd color shades, tints & tones
#777fcd color schemes
#777fcd color preview, HTML & CSS examples
           This text has a color of #777fcd        
        
          <p style="color:#777fcd;">Text here</p>
        
        
          .mytext {color:#777fcd;}
        
        Text color #777fcd
      
           This box has a color of #777fcd        
        
          <div style="background-color:#777fcd;">Content here</div>
        
        
          .mybackground {background-color:#777fcd;}
        
        Background color #777fcd
      
           Border around this has a color of #777fcd        
        
          <div style="border:2px solid #777fcd;">Content here</div>
        
        
          .myborder {border:2px solid #777fcd;}
        
        Border color #777fcd