Shades of Light Slate Blue #828AF6
Tints of Light Slate Blue #828AF6
RGB
CMYK
RGB Variations
Color information
#828AF6 (or 0x828AF6) is known color: Light Slate Blue. HEX triplet: 82, 8A and F6. RGB value is (130,138,246). Sum of RGB (Red+Green+Blue) = 130+138+246=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #828AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF6 is #7D7509. Grayscale: #939393. Windows color (decimal): -8221962 or 16157314. OLE color: 16157314.
HSL color Cylindrical-coordinate representation of color #828AF6: hue angle of 235.86º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828AF6 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 138 | 246 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.04 |
| HSL | 235.86º | 0.87% | 0.74% | - |
| HSV(B) | 235.86º | 0.47% | 0.96% | - |
| XYZ | 34.93 | 29.58 | 91.06 | - |
| YUV | 147.92 | 183.35 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 246 | 0.47 | 0.44 | 0 | 0.04 | 235.86 | 0.87 | 0.74 |
| Hex | 82 | 8A | F6 | 2F | 2C | 0 | 4 | EC | 57 | 4A |
| Octal | 202 | 212 | 366 | 57 | 54 | 0 | 4 | 354 | 127 | 112 |
| Binary | 10000010 | 10001010 | 11110110 | 101111 | 101100 | 0 | 100 | 11101100 | 1010111 | 1001010 |
Color Harmonies of #828AF6
Complementary color
Monochromatic Colors of #828AF6
Black with #828AF6
Text Example
Text Example
White with #828AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AF6; }
p { color: rgb(130,138,246); }
H1.HeaderClassName
{
color: #828AF6;
}
.AnyTagClassName
{
color: #828AF6;
}
</style>
background-color css
<style>
a { background-color: #828AF6; }
a { background-color: rgb(130,138,246); }
div.DivClassName
{
background-color: #828AF6;
}
.BgClassName
{
background-color: #828AF6;
}
</style>
border-color css
<style>
span { border-color: #828AF6; }
span { border-color: rgb(130,138,246); }
td.TdClassName
{
border-color: #828AF6;
}
.TagClassName
{
border-color: #828AF6;
}
</style>