#998bdd color space conversions
Hex:
        #998bdd
        RGB:
        153, 139, 221
        CMY:
        40, 45, 13
        CMYK:
        31, 37, 0, 13
      HSL:
        250°, 54.6667%, 70.5882%
        HSV (HSB):
        250°, 37.1041%, 86.6667%
        XYZ:
        35.4206, 30.4580, 72.4187
        xyY:
        0.2561, 0.2202, 30.4580
      CIE-Lab:
        62.0474, 23.4011, -40.0152
        CIE-LCH:
        62.0474, 46.3554, 300.3193
        CIE-Luv:
        62.0474, 1.4846, -66.1444
        Hunter-Lab:
        55.1888, 17.9825, -39.1682
      #998bdd color charts
#998bdd RGB chart
      #998bdd CMYK chart
      #998bdd RGB pie chart
      #998bdd color shades, tints & tones
#998bdd color schemes
#998bdd color preview, HTML & CSS examples
           This text has a color of #998bdd        
        
          <p style="color:#998bdd;">Text here</p>
        
        
          .mytext {color:#998bdd;}
        
        Text color #998bdd
      
           This box has a color of #998bdd        
        
          <div style="background-color:#998bdd;">Content here</div>
        
        
          .mybackground {background-color:#998bdd;}
        
        Background color #998bdd
      
           Border around this has a color of #998bdd        
        
          <div style="border:2px solid #998bdd;">Content here</div>
        
        
          .myborder {border:2px solid #998bdd;}
        
        Border color #998bdd