#999aeb color space conversions
Hex:
        #999aeb
        RGB:
        153, 154, 235
        CMY:
        40, 40, 8
        CMYK:
        35, 34, 0, 8
      HSL:
        239°, 67.2131%, 76.0784%
        HSV (HSB):
        239°, 34.8936%, 92.1569%
        XYZ:
        39.6879, 35.8817, 83.4313
        xyY:
        0.2496, 0.2257, 35.8817
      CIE-Lab:
        66.4294, 18.4181, -40.8952
        CIE-LCH:
        66.4294, 44.8513, 294.2455
        CIE-Luv:
        66.4294, -5.3187, -67.7183
        Hunter-Lab:
        59.9013, 13.4387, -40.6490
      #999aeb color charts
#999aeb RGB chart
      #999aeb CMYK chart
      #999aeb RGB pie chart
      #999aeb color shades, tints & tones
#999aeb color schemes
#999aeb color preview, HTML & CSS examples
           This text has a color of #999aeb        
        
          <p style="color:#999aeb;">Text here</p>
        
        
          .mytext {color:#999aeb;}
        
        Text color #999aeb
      
           This box has a color of #999aeb        
        
          <div style="background-color:#999aeb;">Content here</div>
        
        
          .mybackground {background-color:#999aeb;}
        
        Background color #999aeb
      
           Border around this has a color of #999aeb        
        
          <div style="border:2px solid #999aeb;">Content here</div>
        
        
          .myborder {border:2px solid #999aeb;}
        
        Border color #999aeb