Shades of Light Slate Blue #828AF8
Tints of Light Slate Blue #828AF8
RGB
CMYK
RGB Variations
Color information
#828AF8 (or 0x828AF8) is known color: Light Slate Blue. HEX triplet: 82, 8A and F8. RGB value is (130,138,248). Sum of RGB (Red+Green+Blue) = 130+138+248=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #828AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF8 is #7D7507. Grayscale: #939393. Windows color (decimal): -8221960 or 16288386. OLE color: 16288386.
HSL color Cylindrical-coordinate representation of color #828AF8: hue angle of 235.93º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828AF8 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 138 | 248 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.03 |
| HSL | 235.93º | 0.89% | 0.74% | - |
| HSV(B) | 235.93º | 0.48% | 0.97% | - |
| XYZ | 35.24 | 29.7 | 92.68 | - |
| YUV | 148.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 248 | 0.48 | 0.44 | 0 | 0.03 | 235.93 | 0.89 | 0.74 |
| Hex | 82 | 8A | F8 | 30 | 2C | 0 | 3 | EC | 59 | 4A |
| Octal | 202 | 212 | 370 | 60 | 54 | 0 | 3 | 354 | 131 | 112 |
| Binary | 10000010 | 10001010 | 11111000 | 110000 | 101100 | 0 | 11 | 11101100 | 1011001 | 1001010 |
Color Harmonies of #828AF8
Complementary color
Monochromatic Colors of #828AF8
Black with #828AF8
Text Example
Text Example
White with #828AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AF8; }
p { color: rgb(130,138,248); }
H1.HeaderClassName
{
color: #828AF8;
}
.AnyTagClassName
{
color: #828AF8;
}
</style>
background-color css
<style>
a { background-color: #828AF8; }
a { background-color: rgb(130,138,248); }
div.DivClassName
{
background-color: #828AF8;
}
.BgClassName
{
background-color: #828AF8;
}
</style>
border-color css
<style>
span { border-color: #828AF8; }
span { border-color: rgb(130,138,248); }
td.TdClassName
{
border-color: #828AF8;
}
.TagClassName
{
border-color: #828AF8;
}
</style>