Shades of Light Slate Blue #806CFE
Tints of Light Slate Blue #806CFE
RGB
CMYK
RGB Variations
Color information
#806CFE (or 0x806CFE) is known color: Light Slate Blue. HEX triplet: 80, 6C and FE. RGB value is (128,108,254). Sum of RGB (Red+Green+Blue) = 128+108+254=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #806CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806CFE is #7F9301. Grayscale: #828282. Windows color (decimal): -8360706 or 16673920. OLE color: 16673920.
HSL color Cylindrical-coordinate representation of color #806CFE: hue angle of 248.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #806CFE is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 108 | 254 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.00 |
| HSL | 248.22º | 0.99% | 0.71% | - |
| HSV(B) | 248.22º | 0.57% | 1% | - |
| XYZ | 32.15 | 22.47 | 96.41 | - |
| YUV | 130.62 | 197.63 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 254 | 0.50 | 0.57 | 0 | 0.00 | 248.22 | 0.99 | 0.71 |
| Hex | 80 | 6C | FE | 32 | 39 | 0 | 0 | F8 | 63 | 47 |
| Octal | 200 | 154 | 376 | 62 | 71 | 0 | 0 | 370 | 143 | 107 |
| Binary | 10000000 | 1101100 | 11111110 | 110010 | 111001 | 0 | 0 | 11111000 | 1100011 | 1000111 |
Color Harmonies of #806CFE
Complementary color
Monochromatic Colors of #806CFE
Black with #806CFE
Text Example
Text Example
White with #806CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806CFE; }
p { color: rgb(128,108,254); }
H1.HeaderClassName
{
color: #806CFE;
}
.AnyTagClassName
{
color: #806CFE;
}
</style>
background-color css
<style>
a { background-color: #806CFE; }
a { background-color: rgb(128,108,254); }
div.DivClassName
{
background-color: #806CFE;
}
.BgClassName
{
background-color: #806CFE;
}
</style>
border-color css
<style>
span { border-color: #806CFE; }
span { border-color: rgb(128,108,254); }
td.TdClassName
{
border-color: #806CFE;
}
.TagClassName
{
border-color: #806CFE;
}
</style>