Shades of Medium Slate Blue #866FED
Tints of Medium Slate Blue #866FED
RGB
CMYK
RGB Variations
Color information
#866FED (or 0x866FED) is known color: Medium Slate Blue. HEX triplet: 86, 6F and ED. RGB value is (134,111,237). Sum of RGB (Red+Green+Blue) = 134+111+237=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #866FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866FED is #799012. Grayscale: #838383. Windows color (decimal): -7966739 or 15560582. OLE color: 15560582.
HSL color Cylindrical-coordinate representation of color #866FED: hue angle of 250.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866FED is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 111 | 237 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.07 |
| HSL | 250.95º | 0.78% | 0.68% | - |
| HSV(B) | 250.95º | 0.53% | 0.93% | - |
| XYZ | 30.8 | 22.55 | 82.85 | - |
| YUV | 132.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 237 | 0.43 | 0.53 | 0 | 0.07 | 250.95 | 0.78 | 0.68 |
| Hex | 86 | 6F | ED | 2B | 35 | 0 | 7 | FB | 4E | 44 |
| Octal | 206 | 157 | 355 | 53 | 65 | 0 | 7 | 373 | 116 | 104 |
| Binary | 10000110 | 1101111 | 11101101 | 101011 | 110101 | 0 | 111 | 11111011 | 1001110 | 1000100 |
Color Harmonies of #866FED
Complementary color
Monochromatic Colors of #866FED
Black with #866FED
Text Example
Text Example
White with #866FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FED; }
p { color: rgb(134,111,237); }
H1.HeaderClassName
{
color: #866FED;
}
.AnyTagClassName
{
color: #866FED;
}
</style>
background-color css
<style>
a { background-color: #866FED; }
a { background-color: rgb(134,111,237); }
div.DivClassName
{
background-color: #866FED;
}
.BgClassName
{
background-color: #866FED;
}
</style>
border-color css
<style>
span { border-color: #866FED; }
span { border-color: rgb(134,111,237); }
td.TdClassName
{
border-color: #866FED;
}
.TagClassName
{
border-color: #866FED;
}
</style>