Shades of Medium Slate Blue #866EEE
Tints of Medium Slate Blue #866EEE
RGB
CMYK
RGB Variations
Color information
#866EEE (or 0x866EEE) is known color: Medium Slate Blue. HEX triplet: 86, 6E and EE. RGB value is (134,110,238). Sum of RGB (Red+Green+Blue) = 134+110+238=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #866EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EEE is #799111. Grayscale: #838383. Windows color (decimal): -7966994 or 15625862. OLE color: 15625862.
HSL color Cylindrical-coordinate representation of color #866EEE: hue angle of 251.25º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #866EEE is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 110 | 238 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 251.25º | 0.79% | 0.68% | - |
| HSV(B) | 251.25º | 0.54% | 0.93% | - |
| XYZ | 30.84 | 22.39 | 83.59 | - |
| YUV | 131.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 238 | 0.44 | 0.54 | 0 | 0.07 | 251.25 | 0.79 | 0.68 |
| Hex | 86 | 6E | EE | 2C | 36 | 0 | 7 | FB | 4F | 44 |
| Octal | 206 | 156 | 356 | 54 | 66 | 0 | 7 | 373 | 117 | 104 |
| Binary | 10000110 | 1101110 | 11101110 | 101100 | 110110 | 0 | 111 | 11111011 | 1001111 | 1000100 |
Color Harmonies of #866EEE
Complementary color
Monochromatic Colors of #866EEE
Black with #866EEE
Text Example
Text Example
White with #866EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EEE; }
p { color: rgb(134,110,238); }
H1.HeaderClassName
{
color: #866EEE;
}
.AnyTagClassName
{
color: #866EEE;
}
</style>
background-color css
<style>
a { background-color: #866EEE; }
a { background-color: rgb(134,110,238); }
div.DivClassName
{
background-color: #866EEE;
}
.BgClassName
{
background-color: #866EEE;
}
</style>
border-color css
<style>
span { border-color: #866EEE; }
span { border-color: rgb(134,110,238); }
td.TdClassName
{
border-color: #866EEE;
}
.TagClassName
{
border-color: #866EEE;
}
</style>