#888faf color space conversions
Hex:
        #888faf
        RGB:
        136, 143, 175
        CMY:
        47, 44, 31
        CMYK:
        22, 18, 0, 31
      HSL:
        229°, 19.5980%, 60.9804%
        HSV (HSB):
        229°, 22.2857%, 68.6275%
        XYZ:
        27.7137, 27.9743, 44.4964
        xyY:
        0.2766, 0.2792, 27.9743
      CIE-Lab:
        59.8655, 4.5482, -17.6148
        CIE-LCH:
        59.8655, 18.1925, 284.4776
        CIE-Luv:
        59.8655, -5.4322, -27.1322
        Hunter-Lab:
        52.8907, 0.9715, -12.8565
      #888faf color charts
#888faf RGB chart
      #888faf CMYK chart
      #888faf RGB pie chart
      #888faf color shades, tints & tones
#888faf color schemes
#888faf color preview, HTML & CSS examples
           This text has a color of #888faf        
        
          <p style="color:#888faf;">Text here</p>
        
        
          .mytext {color:#888faf;}
        
        Text color #888faf
      
           This box has a color of #888faf        
        
          <div style="background-color:#888faf;">Content here</div>
        
        
          .mybackground {background-color:#888faf;}
        
        Background color #888faf
      
           Border around this has a color of #888faf        
        
          <div style="border:2px solid #888faf;">Content here</div>
        
        
          .myborder {border:2px solid #888faf;}
        
        Border color #888faf