#777bfc color space conversions
Hex:
        #777bfc
        RGB:
        119, 123, 252
        CMY:
        53, 52, 1
        CMYK:
        53, 51, 0, 1
      HSL:
        238°, 95.6835%, 72.7451%
        HSV (HSB):
        238°, 52.7778%, 98.8235%
        XYZ:
        32.2614, 25.1161, 95.2430
        xyY:
        0.2114, 0.1646, 25.1161
      CIE-Lab:
        57.1884, 33.3128, -65.0864
        CIE-LCH:
        57.1884, 73.1162, 297.1045
        CIE-Luv:
        57.1884, -8.9892, -106.2881
        Hunter-Lab:
        50.1160, 27.2036, -77.5965
      #777bfc color charts
#777bfc RGB chart
      #777bfc CMYK chart
      #777bfc RGB pie chart
      #777bfc color shades, tints & tones
#777bfc color schemes
#777bfc color preview, HTML & CSS examples
           This text has a color of #777bfc        
        
          <p style="color:#777bfc;">Text here</p>
        
        
          .mytext {color:#777bfc;}
        
        Text color #777bfc
      
           This box has a color of #777bfc        
        
          <div style="background-color:#777bfc;">Content here</div>
        
        
          .mybackground {background-color:#777bfc;}
        
        Background color #777bfc
      
           Border around this has a color of #777bfc        
        
          <div style="border:2px solid #777bfc;">Content here</div>
        
        
          .myborder {border:2px solid #777bfc;}
        
        Border color #777bfc