Shades of Light Slate Blue #866BFF
Tints of Light Slate Blue #866BFF
RGB
CMYK
RGB Variations
Color information
#866BFF (or 0x866BFF) is known color: Light Slate Blue. HEX triplet: 86, 6B and FF. RGB value is (134,107,255). Sum of RGB (Red+Green+Blue) = 134+107+255=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #866BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866BFF is #799400. Grayscale: #838383. Windows color (decimal): -7967745 or 16739206. OLE color: 16739206.
HSL color Cylindrical-coordinate representation of color #866BFF: hue angle of 250.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #866BFF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 107 | 255 | - |
| CMYK | 0.47 | 0.58 | 0 | 0 |
| HSL | 250.95º | 1% | 0.71% | - |
| HSV(B) | 250.95º | 0.58% | 1% | - |
| XYZ | 33.14 | 22.8 | 97.26 | - |
| YUV | 131.95 | 197.45 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 255 | 0.47 | 0.58 | 0 | 0 | 250.95 | 1 | 0.71 |
| Hex | 86 | 6B | FF | 2F | 3A | 0 | 0 | FB | 64 | 47 |
| Octal | 206 | 153 | 377 | 57 | 72 | 0 | 0 | 373 | 144 | 107 |
| Binary | 10000110 | 1101011 | 11111111 | 101111 | 111010 | 0 | 0 | 11111011 | 1100100 | 1000111 |
Color Harmonies of #866BFF
Complementary color
Monochromatic Colors of #866BFF
Black with #866BFF
Text Example
Text Example
White with #866BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BFF; }
p { color: rgb(134,107,255); }
H1.HeaderClassName
{
color: #866BFF;
}
.AnyTagClassName
{
color: #866BFF;
}
</style>
background-color css
<style>
a { background-color: #866BFF; }
a { background-color: rgb(134,107,255); }
div.DivClassName
{
background-color: #866BFF;
}
.BgClassName
{
background-color: #866BFF;
}
</style>
border-color css
<style>
span { border-color: #866BFF; }
span { border-color: rgb(134,107,255); }
td.TdClassName
{
border-color: #866BFF;
}
.TagClassName
{
border-color: #866BFF;
}
</style>