Shades of Light Slate Blue #866DFB
Tints of Light Slate Blue #866DFB
RGB
CMYK
RGB Variations
Color information
#866DFB (or 0x866DFB) is known color: Light Slate Blue. HEX triplet: 86, 6D and FB. RGB value is (134,109,251). Sum of RGB (Red+Green+Blue) = 134+109+251=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #866DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DFB is #799204. Grayscale: #848484. Windows color (decimal): -7967237 or 16477574. OLE color: 16477574.
HSL color Cylindrical-coordinate representation of color #866DFB: hue angle of 250.56º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866DFB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 109 | 251 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.02 |
| HSL | 250.56º | 0.95% | 0.71% | - |
| HSV(B) | 250.56º | 0.57% | 0.98% | - |
| XYZ | 32.71 | 22.97 | 93.98 | - |
| YUV | 132.66 | 194.78 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 251 | 0.47 | 0.57 | 0 | 0.02 | 250.56 | 0.95 | 0.71 |
| Hex | 86 | 6D | FB | 2F | 39 | 0 | 2 | FB | 5F | 47 |
| Octal | 206 | 155 | 373 | 57 | 71 | 0 | 2 | 373 | 137 | 107 |
| Binary | 10000110 | 1101101 | 11111011 | 101111 | 111001 | 0 | 10 | 11111011 | 1011111 | 1000111 |
Color Harmonies of #866DFB
Complementary color
Monochromatic Colors of #866DFB
Black with #866DFB
Text Example
Text Example
White with #866DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DFB; }
p { color: rgb(134,109,251); }
H1.HeaderClassName
{
color: #866DFB;
}
.AnyTagClassName
{
color: #866DFB;
}
</style>
background-color css
<style>
a { background-color: #866DFB; }
a { background-color: rgb(134,109,251); }
div.DivClassName
{
background-color: #866DFB;
}
.BgClassName
{
background-color: #866DFB;
}
</style>
border-color css
<style>
span { border-color: #866DFB; }
span { border-color: rgb(134,109,251); }
td.TdClassName
{
border-color: #866DFB;
}
.TagClassName
{
border-color: #866DFB;
}
</style>