#7e5ace color space conversions
Hex:
        #7e5ace
        RGB:
        126, 90, 206
        CMY:
        51, 65, 19
        CMYK:
        39, 56, 0, 19
      HSL:
        259°, 54.2056%, 58.0392%
        HSV (HSB):
        259°, 56.3107%, 80.7843%
        XYZ:
        23.4009, 16.2042, 60.2869
        xyY:
        0.2343, 0.1622, 16.2042
      CIE-Lab:
        47.2412, 40.7863, -55.1928
        CIE-LCH:
        47.2412, 68.6277, 306.4636
        CIE-Luv:
        47.2412, 7.0089, -87.4002
        Hunter-Lab:
        40.2544, 33.3214, -60.6174
      #7e5ace color charts
#7e5ace RGB chart
      #7e5ace CMYK chart
      #7e5ace RGB pie chart
      #7e5ace color shades, tints & tones
#7e5ace color schemes
#7e5ace color preview, HTML & CSS examples
           This text has a color of #7e5ace        
        
          <p style="color:#7e5ace;">Text here</p>
        
        
          .mytext {color:#7e5ace;}
        
        Text color #7e5ace
      
           This box has a color of #7e5ace        
        
          <div style="background-color:#7e5ace;">Content here</div>
        
        
          .mybackground {background-color:#7e5ace;}
        
        Background color #7e5ace
      
           Border around this has a color of #7e5ace        
        
          <div style="border:2px solid #7e5ace;">Content here</div>
        
        
          .myborder {border:2px solid #7e5ace;}
        
        Border color #7e5ace