#828acc color space conversions
Hex:
        #828acc
        RGB:
        130, 138, 204
        CMY:
        49, 46, 20
        CMYK:
        36, 32, 0, 20
      HSL:
        234°, 42.0455%, 65.4902%
        HSV (HSB):
        234°, 36.2745%, 80.0000%
        XYZ:
        29.1935, 27.2824, 60.8541
        xyY:
        0.2488, 0.2325, 27.2824
      CIE-Lab:
        59.2348, 13.0659, -35.0276
        CIE-LCH:
        59.2348, 37.3852, 290.4564
        CIE-Luv:
        59.2348, -7.5432, -56.1630
        Hunter-Lab:
        52.2326, 8.3590, -32.5136
      #828acc color charts
#828acc RGB chart
      #828acc CMYK chart
      #828acc RGB pie chart
      #828acc color shades, tints & tones
#828acc color schemes
#828acc color preview, HTML & CSS examples
           This text has a color of #828acc        
        
          <p style="color:#828acc;">Text here</p>
        
        
          .mytext {color:#828acc;}
        
        Text color #828acc
      
           This box has a color of #828acc        
        
          <div style="background-color:#828acc;">Content here</div>
        
        
          .mybackground {background-color:#828acc;}
        
        Background color #828acc
      
           Border around this has a color of #828acc        
        
          <div style="border:2px solid #828acc;">Content here</div>
        
        
          .myborder {border:2px solid #828acc;}
        
        Border color #828acc