#828DFA

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

Shades of Light Slate Blue #828DFA

Tints of Light Slate Blue #828DFA

Color information

#828DFA (or 0x828DFA) is unknown color: approx Light Slate Blue. HEX triplet: 82, 8D and FA. RGB value is (130,141,250). Sum of RGB (Red+Green+Blue) = 130+141+250=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #828DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DFA is #7D7205. Grayscale: #959595. Windows color (decimal): -8221190 or 16420226. OLE color: 16420226.

HSL color Cylindrical-coordinate representation of color #828DFA: hue angle of 234.5º 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 #828DFA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130141250-
CMYK0.480.4400.02
HSL234.5º92.31%74.51%-
HSV(B)234.5º48%98.04%-
XYZ35.9930.794.47-
YUV150.14184.36113.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=24.95%
G=27.06%
B=47.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301412500.480.4400.02234.592.3174.51
Hex828DFA302C02ea5c4b
Octal202215372605402352134113
Binary1000001010001101111110101100001011000101110101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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