Shades of Light Slate Blue #866DFE
Tints of Light Slate Blue #866DFE
RGB
CMYK
RGB Variations
Color information
#866DFE (or 0x866DFE) is known color: Light Slate Blue. HEX triplet: 86, 6D and FE. RGB value is (134,109,254). Sum of RGB (Red+Green+Blue) = 134+109+254=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #866DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DFE is #799201. Grayscale: #848484. Windows color (decimal): -7967234 or 16674182. OLE color: 16674182.
HSL color Cylindrical-coordinate representation of color #866DFE: hue angle of 250.34º 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 #866DFE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 109 | 254 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.00 |
| HSL | 250.34º | 0.99% | 0.71% | - |
| HSV(B) | 250.34º | 0.57% | 1% | - |
| XYZ | 33.19 | 23.16 | 96.49 | - |
| YUV | 133.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 254 | 0.47 | 0.57 | 0 | 0.00 | 250.34 | 0.99 | 0.71 |
| Hex | 86 | 6D | FE | 2F | 39 | 0 | 0 | FA | 63 | 47 |
| Octal | 206 | 155 | 376 | 57 | 71 | 0 | 0 | 372 | 143 | 107 |
| Binary | 10000110 | 1101101 | 11111110 | 101111 | 111001 | 0 | 0 | 11111010 | 1100011 | 1000111 |
Color Harmonies of #866DFE
Complementary color
Monochromatic Colors of #866DFE
Black with #866DFE
Text Example
Text Example
White with #866DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DFE; }
p { color: rgb(134,109,254); }
H1.HeaderClassName
{
color: #866DFE;
}
.AnyTagClassName
{
color: #866DFE;
}
</style>
background-color css
<style>
a { background-color: #866DFE; }
a { background-color: rgb(134,109,254); }
div.DivClassName
{
background-color: #866DFE;
}
.BgClassName
{
background-color: #866DFE;
}
</style>
border-color css
<style>
span { border-color: #866DFE; }
span { border-color: rgb(134,109,254); }
td.TdClassName
{
border-color: #866DFE;
}
.TagClassName
{
border-color: #866DFE;
}
</style>