#828AF6

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

Shades of Light Slate Blue #828AF6

Tints of Light Slate Blue #828AF6

Color information

#828AF6 (or 0x828AF6) is unknown color: approx Light Slate Blue. HEX triplet: 82, 8A and F6. RGB value is (130,138,246). Sum of RGB (Red+Green+Blue) = 130+138+246=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #828AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF6 is #7D7509. Grayscale: #939393. Windows color (decimal): -8221962 or 16157314. OLE color: 16157314.

HSL color Cylindrical-coordinate representation of color #828AF6: hue angle of 235.86º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828AF6 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130138246-
CMYK0.470.4400.04
HSL235.86º86.57%73.73%-
HSV(B)235.86º47.15%96.47%-
XYZ34.9329.5891.06-
YUV147.92183.35115.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.29%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 246 (96.48% from 255) = 47.86%
R=25.29%
G=26.85%
B=47.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301382460.470.4400.04235.8686.5773.73
Hex828AF62F2C04ec574a
Octal202212366575404354127112
Binary10000010100010101111011010111110110001001110110010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,138,246); }

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

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

 a { background-color: rgb(130,138,246); }

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

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

 span { border-color: rgb(130,138,246); }

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