#7baadf color space conversions
Hex:
        #7baadf
        RGB:
        123, 170, 223
        CMY:
        52, 33, 13
        CMYK:
        45, 24, 0, 13
      HSL:
        212°, 60.9756%, 67.8431%
        HSV (HSB):
        212°, 44.8430%, 87.4510%
        XYZ:
        35.8624, 38.2881, 75.3122
        xyY:
        0.2399, 0.2562, 38.2881
      CIE-Lab:
        68.2324, -1.7689, -31.6461
        CIE-LCH:
        68.2324, 31.6955, 266.8007
        CIE-Luv:
        68.2324, -23.3058, -49.8535
        Hunter-Lab:
        61.8774, -4.8319, -28.8489
      #7baadf color charts
#7baadf RGB chart
      #7baadf CMYK chart
      #7baadf RGB pie chart
      #7baadf color shades, tints & tones
#7baadf color schemes
#7baadf color preview, HTML & CSS examples
           This text has a color of #7baadf        
        
          <p style="color:#7baadf;">Text here</p>
        
        
          .mytext {color:#7baadf;}
        
        Text color #7baadf
      
           This box has a color of #7baadf        
        
          <div style="background-color:#7baadf;">Content here</div>
        
        
          .mybackground {background-color:#7baadf;}
        
        Background color #7baadf
      
           Border around this has a color of #7baadf        
        
          <div style="border:2px solid #7baadf;">Content here</div>
        
        
          .myborder {border:2px solid #7baadf;}
        
        Border color #7baadf