#828FFF

Color #828FFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #828FFF

Tints of Light Slate Blue #828FFF

Color information

#828FFF (or 0x828FFF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 8F and FF. RGB value is (130,143,255). Sum of RGB (Red+Green+Blue) = 130+143+255=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #828FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FFF is #7D7000. Grayscale: #979797. Windows color (decimal): -8220673 or 16748418. OLE color: 16748418.

HSL color Cylindrical-coordinate representation of color #828FFF: hue angle of 233.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828FFF is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130143255-
CMYK0.490.4400
HSL233.76º100%75.49%-
HSV(B)233.76º49.02%100%-
XYZ37.0831.6198.75-
YUV151.88186.19112.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 255 (100% from 255) = 48.30%
R=24.62%
G=27.08%
B=48.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301432550.490.4400233.7610075.49
Hex828FFF312C00ea644b
Octal202217377615400352144113
Binary100000101000111111111111110001101100001110101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828FFF; }

 p { color: rgb(130,143,255); }

 H1.HeaderClassName
 {
   color: #828FFF;
 }
 .AnyTagClassName
 {
   color: #828FFF;
 }
</style>
background-color css

<style>
 a { background-color: #828FFF; }

 a { background-color: rgb(130,143,255); }

 div.DivClassName
 {
   background-color: #828FFF;
 }
 .BgClassName
 {
   background-color: #828FFF;
 }
</style>
border-color css

<style>
 span { border-color: #828FFF; }

 span { border-color: rgb(130,143,255); }

 td.TdClassName
 {
   border-color: #828FFF;
 }
 .TagClassName
 {
   border-color: #828FFF;
 }
</style>