#7faacc color space conversions
Hex:
        #7faacc
        RGB:
        127, 170, 204
        CMY:
        50, 33, 20
        CMYK:
        38, 17, 0, 20
      HSL:
        206°, 43.0168%, 64.9020%
        HSV (HSB):
        206°, 37.7451%, 80.0000%
        XYZ:
        34.0262, 37.6211, 62.5950
        xyY:
        0.2535, 0.2802, 37.6211
      CIE-Lab:
        67.7404, -5.9229, -21.9190
        CIE-LCH:
        67.7404, 22.7051, 254.8789
        CIE-Luv:
        67.7404, -21.7573, -33.1382
        Hunter-Lab:
        61.3360, -8.3151, -17.5717
      #7faacc color charts
#7faacc RGB chart
      #7faacc CMYK chart
      #7faacc RGB pie chart
      #7faacc color shades, tints & tones
#7faacc color schemes
#7faacc color preview, HTML & CSS examples
           This text has a color of #7faacc        
        
          <p style="color:#7faacc;">Text here</p>
        
        
          .mytext {color:#7faacc;}
        
        Text color #7faacc
      
           This box has a color of #7faacc        
        
          <div style="background-color:#7faacc;">Content here</div>
        
        
          .mybackground {background-color:#7faacc;}
        
        Background color #7faacc
      
           Border around this has a color of #7faacc        
        
          <div style="border:2px solid #7faacc;">Content here</div>
        
        
          .myborder {border:2px solid #7faacc;}
        
        Border color #7faacc