#828AFA

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

Shades of Light Slate Blue #828AFA

Tints of Light Slate Blue #828AFA

Color information

#828AFA (or 0x828AFA) is unknown color: approx Light Slate Blue. HEX triplet: 82, 8A and FA. RGB value is (130,138,250). Sum of RGB (Red+Green+Blue) = 130+138+250=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #828AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AFA is #7D7505. Grayscale: #939393. Windows color (decimal): -8221958 or 16419458. OLE color: 16419458.

HSL color Cylindrical-coordinate representation of color #828AFA: hue angle of 236º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828AFA is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130138250-
CMYK0.480.4500.02
HSL236º92.31%74.51%-
HSV(B)236º48%98.04%-
XYZ35.5529.8294.33-
YUV148.38185.35114.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=25.10%
G=26.64%
B=48.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301382500.480.4500.0223692.3174.51
Hex828AFA302D02ec5c4b
Octal202212372605502354134113
Binary1000001010001010111110101100001011010101110110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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