Shades of Light Slate Blue #866BFB
Tints of Light Slate Blue #866BFB
RGB
CMYK
RGB Variations
Color information
#866BFB (or 0x866BFB) is known color: Light Slate Blue. HEX triplet: 86, 6B and FB. RGB value is (134,107,251). Sum of RGB (Red+Green+Blue) = 134+107+251=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #866BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866BFB is #799404. Grayscale: #828282. Windows color (decimal): -7967749 or 16477062. OLE color: 16477062.
HSL color Cylindrical-coordinate representation of color #866BFB: hue angle of 251.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866BFB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 107 | 251 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.02 |
| HSL | 251.25º | 0.95% | 0.7% | - |
| HSV(B) | 251.25º | 0.57% | 0.98% | - |
| XYZ | 32.5 | 22.55 | 93.91 | - |
| YUV | 131.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 251 | 0.47 | 0.57 | 0 | 0.02 | 251.25 | 0.95 | 0.7 |
| Hex | 86 | 6B | FB | 2F | 39 | 0 | 2 | FB | 5F | 46 |
| Octal | 206 | 153 | 373 | 57 | 71 | 0 | 2 | 373 | 137 | 106 |
| Binary | 10000110 | 1101011 | 11111011 | 101111 | 111001 | 0 | 10 | 11111011 | 1011111 | 1000110 |
Color Harmonies of #866BFB
Complementary color
Monochromatic Colors of #866BFB
Black with #866BFB
Text Example
Text Example
White with #866BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BFB; }
p { color: rgb(134,107,251); }
H1.HeaderClassName
{
color: #866BFB;
}
.AnyTagClassName
{
color: #866BFB;
}
</style>
background-color css
<style>
a { background-color: #866BFB; }
a { background-color: rgb(134,107,251); }
div.DivClassName
{
background-color: #866BFB;
}
.BgClassName
{
background-color: #866BFB;
}
</style>
border-color css
<style>
span { border-color: #866BFB; }
span { border-color: rgb(134,107,251); }
td.TdClassName
{
border-color: #866BFB;
}
.TagClassName
{
border-color: #866BFB;
}
</style>