#707daf color space conversions
Hex:
        #707daf
        RGB:
        112, 125, 175
        CMY:
        56, 51, 31
        CMYK:
        36, 29, 0, 31
      HSL:
        228°, 28.2511%, 56.2745%
        HSV (HSB):
        228°, 36.0000%, 68.6275%
        XYZ:
        21.7536, 21.2071, 43.5043
        xyY:
        0.2516, 0.2453, 21.2071
      CIE-Lab:
        53.1754, 7.6746, -28.0381
        CIE-LCH:
        53.1754, 29.0694, 285.3080
        CIE-Luv:
        53.1754, -8.8829, -43.2498
        Hunter-Lab:
        46.0512, 3.7299, -23.7751
      #707daf color charts
#707daf RGB chart
      #707daf CMYK chart
      #707daf RGB pie chart
      #707daf color shades, tints & tones
#707daf color schemes
#707daf color preview, HTML & CSS examples
           This text has a color of #707daf        
        
          <p style="color:#707daf;">Text here</p>
        
        
          .mytext {color:#707daf;}
        
        Text color #707daf
      
           This box has a color of #707daf        
        
          <div style="background-color:#707daf;">Content here</div>
        
        
          .mybackground {background-color:#707daf;}
        
        Background color #707daf
      
           Border around this has a color of #707daf        
        
          <div style="border:2px solid #707daf;">Content here</div>
        
        
          .myborder {border:2px solid #707daf;}
        
        Border color #707daf