Shades of Light Slate Blue #866EFE
Tints of Light Slate Blue #866EFE
RGB
CMYK
RGB Variations
Color information
#866EFE (or 0x866EFE) is known color: Light Slate Blue. HEX triplet: 86, 6E and FE. RGB value is (134,110,254). Sum of RGB (Red+Green+Blue) = 134+110+254=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #866EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EFE is #799101. Grayscale: #858585. Windows color (decimal): -7966978 or 16674438. OLE color: 16674438.
HSL color Cylindrical-coordinate representation of color #866EFE: hue angle of 250º 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 #866EFE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 110 | 254 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.00 |
| HSL | 250º | 0.99% | 0.71% | - |
| HSV(B) | 250º | 0.57% | 1% | - |
| XYZ | 33.3 | 23.38 | 96.52 | - |
| YUV | 133.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 254 | 0.47 | 0.57 | 0 | 0.00 | 250 | 0.99 | 0.71 |
| Hex | 86 | 6E | FE | 2F | 39 | 0 | 0 | FA | 63 | 47 |
| Octal | 206 | 156 | 376 | 57 | 71 | 0 | 0 | 372 | 143 | 107 |
| Binary | 10000110 | 1101110 | 11111110 | 101111 | 111001 | 0 | 0 | 11111010 | 1100011 | 1000111 |
Color Harmonies of #866EFE
Complementary color
Monochromatic Colors of #866EFE
Black with #866EFE
Text Example
Text Example
White with #866EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EFE; }
p { color: rgb(134,110,254); }
H1.HeaderClassName
{
color: #866EFE;
}
.AnyTagClassName
{
color: #866EFE;
}
</style>
background-color css
<style>
a { background-color: #866EFE; }
a { background-color: rgb(134,110,254); }
div.DivClassName
{
background-color: #866EFE;
}
.BgClassName
{
background-color: #866EFE;
}
</style>
border-color css
<style>
span { border-color: #866EFE; }
span { border-color: rgb(134,110,254); }
td.TdClassName
{
border-color: #866EFE;
}
.TagClassName
{
border-color: #866EFE;
}
</style>