#504dac color space conversions
Hex:
        #504dac
        RGB:
        80, 77, 172
        CMY:
        69, 70, 33
        CMYK:
        53, 55, 0, 33
      HSL:
        242°, 38.1526%, 48.8235%
        HSV (HSB):
        242°, 55.2326%, 67.4510%
        XYZ:
        13.4085, 9.9918, 40.2516
        xyY:
        0.2107, 0.1570, 9.9918
      CIE-Lab:
        37.8277, 28.2702, -50.7330
        CIE-LCH:
        37.8277, 58.0779, 299.1281
        CIE-Luv:
        37.8277, -4.4327, -74.6197
        Hunter-Lab:
        31.6098, 20.4007, -53.3725
      #504dac color charts
#504dac RGB chart
      #504dac CMYK chart
      #504dac RGB pie chart
      #504dac color shades, tints & tones
#504dac color schemes
#504dac color preview, HTML & CSS examples
           This text has a color of #504dac        
        
          <p style="color:#504dac;">Text here</p>
        
        
          .mytext {color:#504dac;}
        
        Text color #504dac
      
           This box has a color of #504dac        
        
          <div style="background-color:#504dac;">Content here</div>
        
        
          .mybackground {background-color:#504dac;}
        
        Background color #504dac
      
           Border around this has a color of #504dac        
        
          <div style="border:2px solid #504dac;">Content here</div>
        
        
          .myborder {border:2px solid #504dac;}
        
        Border color #504dac