Shades of Light Slate Blue #826CF6
Tints of Light Slate Blue #826CF6
RGB
CMYK
RGB Variations
Color information
#826CF6 (or 0x826CF6) is known color: Light Slate Blue. HEX triplet: 82, 6C and F6. RGB value is (130,108,246). Sum of RGB (Red+Green+Blue) = 130+108+246=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #826CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826CF6 is #7D9309. Grayscale: #818181. Windows color (decimal): -8229642 or 16149634. OLE color: 16149634.
HSL color Cylindrical-coordinate representation of color #826CF6: hue angle of 249.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826CF6 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 108 | 246 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.04 |
| HSL | 249.57º | 0.88% | 0.69% | - |
| HSV(B) | 249.57º | 0.56% | 0.96% | - |
| XYZ | 31.2 | 22.12 | 89.81 | - |
| YUV | 130.31 | 193.29 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 246 | 0.47 | 0.56 | 0 | 0.04 | 249.57 | 0.88 | 0.69 |
| Hex | 82 | 6C | F6 | 2F | 38 | 0 | 4 | FA | 58 | 45 |
| Octal | 202 | 154 | 366 | 57 | 70 | 0 | 4 | 372 | 130 | 105 |
| Binary | 10000010 | 1101100 | 11110110 | 101111 | 111000 | 0 | 100 | 11111010 | 1011000 | 1000101 |
Color Harmonies of #826CF6
Complementary color
Monochromatic Colors of #826CF6
Black with #826CF6
Text Example
Text Example
White with #826CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CF6; }
p { color: rgb(130,108,246); }
H1.HeaderClassName
{
color: #826CF6;
}
.AnyTagClassName
{
color: #826CF6;
}
</style>
background-color css
<style>
a { background-color: #826CF6; }
a { background-color: rgb(130,108,246); }
div.DivClassName
{
background-color: #826CF6;
}
.BgClassName
{
background-color: #826CF6;
}
</style>
border-color css
<style>
span { border-color: #826CF6; }
span { border-color: rgb(130,108,246); }
td.TdClassName
{
border-color: #826CF6;
}
.TagClassName
{
border-color: #826CF6;
}
</style>