Shades of Light Slate Blue #866EFB
Tints of Light Slate Blue #866EFB
RGB
CMYK
RGB Variations
Color information
#866EFB (or 0x866EFB) is known color: Light Slate Blue. HEX triplet: 86, 6E and FB. RGB value is (134,110,251). Sum of RGB (Red+Green+Blue) = 134+110+251=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #866EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EFB is #799104. Grayscale: #848484. Windows color (decimal): -7966981 or 16477830. OLE color: 16477830.
HSL color Cylindrical-coordinate representation of color #866EFB: hue angle of 250.21º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #866EFB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 110 | 251 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.02 |
| HSL | 250.21º | 0.95% | 0.71% | - |
| HSV(B) | 250.21º | 0.56% | 0.98% | - |
| XYZ | 32.82 | 23.19 | 94.01 | - |
| YUV | 133.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 251 | 0.47 | 0.56 | 0 | 0.02 | 250.21 | 0.95 | 0.71 |
| Hex | 86 | 6E | FB | 2F | 38 | 0 | 2 | FA | 5F | 47 |
| Octal | 206 | 156 | 373 | 57 | 70 | 0 | 2 | 372 | 137 | 107 |
| Binary | 10000110 | 1101110 | 11111011 | 101111 | 111000 | 0 | 10 | 11111010 | 1011111 | 1000111 |
Color Harmonies of #866EFB
Complementary color
Monochromatic Colors of #866EFB
Black with #866EFB
Text Example
Text Example
White with #866EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EFB; }
p { color: rgb(134,110,251); }
H1.HeaderClassName
{
color: #866EFB;
}
.AnyTagClassName
{
color: #866EFB;
}
</style>
background-color css
<style>
a { background-color: #866EFB; }
a { background-color: rgb(134,110,251); }
div.DivClassName
{
background-color: #866EFB;
}
.BgClassName
{
background-color: #866EFB;
}
</style>
border-color css
<style>
span { border-color: #866EFB; }
span { border-color: rgb(134,110,251); }
td.TdClassName
{
border-color: #866EFB;
}
.TagClassName
{
border-color: #866EFB;
}
</style>