Shades of Medium Slate Blue #886EED
Tints of Medium Slate Blue #886EED
RGB
CMYK
RGB Variations
Color information
#886EED (or 0x886EED) is known color: Medium Slate Blue. HEX triplet: 88, 6E and ED. RGB value is (136,110,237). Sum of RGB (Red+Green+Blue) = 136+110+237=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #886EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EED is #779112. Grayscale: #838383. Windows color (decimal): -7835923 or 15560328. OLE color: 15560328.
HSL color Cylindrical-coordinate representation of color #886EED: hue angle of 252.28º degrees, saturation: 0.78, 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 #886EED is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 110 | 237 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.07 |
| HSL | 252.28º | 0.78% | 0.68% | - |
| HSV(B) | 252.28º | 0.54% | 0.93% | - |
| XYZ | 31.02 | 22.5 | 82.83 | - |
| YUV | 132.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 237 | 0.43 | 0.54 | 0 | 0.07 | 252.28 | 0.78 | 0.68 |
| Hex | 88 | 6E | ED | 2B | 36 | 0 | 7 | FC | 4E | 44 |
| Octal | 210 | 156 | 355 | 53 | 66 | 0 | 7 | 374 | 116 | 104 |
| Binary | 10001000 | 1101110 | 11101101 | 101011 | 110110 | 0 | 111 | 11111100 | 1001110 | 1000100 |
Color Harmonies of #886EED
Complementary color
Monochromatic Colors of #886EED
Black with #886EED
Text Example
Text Example
White with #886EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EED; }
p { color: rgb(136,110,237); }
H1.HeaderClassName
{
color: #886EED;
}
.AnyTagClassName
{
color: #886EED;
}
</style>
background-color css
<style>
a { background-color: #886EED; }
a { background-color: rgb(136,110,237); }
div.DivClassName
{
background-color: #886EED;
}
.BgClassName
{
background-color: #886EED;
}
</style>
border-color css
<style>
span { border-color: #886EED; }
span { border-color: rgb(136,110,237); }
td.TdClassName
{
border-color: #886EED;
}
.TagClassName
{
border-color: #886EED;
}
</style>