#828AF4

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

Shades of Light Slate Blue #828AF4

Tints of Light Slate Blue #828AF4

Color information

#828AF4 (or 0x828AF4) is unknown color: approx Light Slate Blue. HEX triplet: 82, 8A and F4. RGB value is (130,138,244). Sum of RGB (Red+Green+Blue) = 130+138+244=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #828AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF4 is #7D750B. Grayscale: #939393. Windows color (decimal): -8221964 or 16026242. OLE color: 16026242.

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

Color convert

RGB130138244-
CMYK0.470.4300.04
HSL235.79º83.82%73.33%-
HSV(B)235.79º46.72%95.69%-
XYZ34.6229.4589.45-
YUV147.69182.35115.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 244 (95.70% from 255) = 47.66%
R=25.39%
G=26.95%
B=47.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301382440.470.4300.04235.7983.8273.33
Hex828AF42F2B04ec5449
Octal202212364575304354124111
Binary10000010100010101111010010111110101101001110110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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