Shades of Medium Slate Blue #886DED
Tints of Medium Slate Blue #886DED
RGB
CMYK
RGB Variations
Color information
#886DED (or 0x886DED) is known color: Medium Slate Blue. HEX triplet: 88, 6D and ED. RGB value is (136,109,237). Sum of RGB (Red+Green+Blue) = 136+109+237=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 109 (42.97% from 255 or 22.61% 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 #886DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886DED is #779212. Grayscale: #838383. Windows color (decimal): -7836179 or 15560072. OLE color: 15560072.
HSL color Cylindrical-coordinate representation of color #886DED: hue angle of 252.66º 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 #886DED is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 109 | 237 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.07 |
| HSL | 252.66º | 0.78% | 0.68% | - |
| HSV(B) | 252.66º | 0.54% | 0.93% | - |
| XYZ | 30.91 | 22.29 | 82.79 | - |
| YUV | 131.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 237 | 0.43 | 0.54 | 0 | 0.07 | 252.66 | 0.78 | 0.68 |
| Hex | 88 | 6D | ED | 2B | 36 | 0 | 7 | FD | 4E | 44 |
| Octal | 210 | 155 | 355 | 53 | 66 | 0 | 7 | 375 | 116 | 104 |
| Binary | 10001000 | 1101101 | 11101101 | 101011 | 110110 | 0 | 111 | 11111101 | 1001110 | 1000100 |
Color Harmonies of #886DED
Complementary color
Monochromatic Colors of #886DED
Black with #886DED
Text Example
Text Example
White with #886DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886DED; }
p { color: rgb(136,109,237); }
H1.HeaderClassName
{
color: #886DED;
}
.AnyTagClassName
{
color: #886DED;
}
</style>
background-color css
<style>
a { background-color: #886DED; }
a { background-color: rgb(136,109,237); }
div.DivClassName
{
background-color: #886DED;
}
.BgClassName
{
background-color: #886DED;
}
</style>
border-color css
<style>
span { border-color: #886DED; }
span { border-color: rgb(136,109,237); }
td.TdClassName
{
border-color: #886DED;
}
.TagClassName
{
border-color: #886DED;
}
</style>