Shades of Light Slate Blue #828DFC
Tints of Light Slate Blue #828DFC
RGB
CMYK
RGB Variations
Color information
#828DFC (or 0x828DFC) is known color: Light Slate Blue. HEX triplet: 82, 8D and FC. RGB value is (130,141,252). Sum of RGB (Red+Green+Blue) = 130+141+252=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #828DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DFC is #7D7203. Grayscale: #959595. Windows color (decimal): -8221188 or 16551298. OLE color: 16551298.
HSL color Cylindrical-coordinate representation of color #828DFC: hue angle of 234.59º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828DFC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 141 | 252 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.01 |
| HSL | 234.59º | 0.95% | 0.75% | - |
| HSV(B) | 234.59º | 0.48% | 0.99% | - |
| XYZ | 36.3 | 30.82 | 96.13 | - |
| YUV | 150.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 252 | 0.48 | 0.44 | 0 | 0.01 | 234.59 | 0.95 | 0.75 |
| Hex | 82 | 8D | FC | 30 | 2C | 0 | 1 | EB | 5F | 4B |
| Octal | 202 | 215 | 374 | 60 | 54 | 0 | 1 | 353 | 137 | 113 |
| Binary | 10000010 | 10001101 | 11111100 | 110000 | 101100 | 0 | 1 | 11101011 | 1011111 | 1001011 |
Color Harmonies of #828DFC
Complementary color
Monochromatic Colors of #828DFC
Black with #828DFC
Text Example
Text Example
White with #828DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DFC; }
p { color: rgb(130,141,252); }
H1.HeaderClassName
{
color: #828DFC;
}
.AnyTagClassName
{
color: #828DFC;
}
</style>
background-color css
<style>
a { background-color: #828DFC; }
a { background-color: rgb(130,141,252); }
div.DivClassName
{
background-color: #828DFC;
}
.BgClassName
{
background-color: #828DFC;
}
</style>
border-color css
<style>
span { border-color: #828DFC; }
span { border-color: rgb(130,141,252); }
td.TdClassName
{
border-color: #828DFC;
}
.TagClassName
{
border-color: #828DFC;
}
</style>