#94aabb color space conversions
Hex:
        #94aabb
        RGB:
        148, 170, 187
        CMY:
        42, 33, 27
        CMYK:
        21, 9, 0, 27
      HSL:
        206°, 22.2857%, 65.6863%
        HSV (HSB):
        206°, 20.8556%, 73.3333%
        XYZ:
        35.5571, 38.6332, 52.5966
        xyY:
        0.2804, 0.3047, 38.6332
      CIE-Lab:
        68.4847, -3.8845, -11.2630
        CIE-LCH:
        68.4847, 11.9141, 250.9710
        CIE-Luv:
        68.4847, -12.2929, -16.4186
        Hunter-Lab:
        62.1556, -6.6586, -6.6628
      #94aabb color charts
#94aabb RGB chart
      #94aabb CMYK chart
      #94aabb RGB pie chart
      #94aabb color shades, tints & tones
#94aabb color schemes
#94aabb color preview, HTML & CSS examples
           This text has a color of #94aabb        
        
          <p style="color:#94aabb;">Text here</p>
        
        
          .mytext {color:#94aabb;}
        
        Text color #94aabb
      
           This box has a color of #94aabb        
        
          <div style="background-color:#94aabb;">Content here</div>
        
        
          .mybackground {background-color:#94aabb;}
        
        Background color #94aabb
      
           Border around this has a color of #94aabb        
        
          <div style="border:2px solid #94aabb;">Content here</div>
        
        
          .myborder {border:2px solid #94aabb;}
        
        Border color #94aabb