Shades of Medium Slate Blue #886CED
Tints of Medium Slate Blue #886CED
RGB
CMYK
RGB Variations
Color information
#886CED (or 0x886CED) is known color: Medium Slate Blue. HEX triplet: 88, 6C and ED. RGB value is (136,108,237). Sum of RGB (Red+Green+Blue) = 136+108+237=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #886CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CED is #779312. Grayscale: #828282. Windows color (decimal): -7836435 or 15559816. OLE color: 15559816.
HSL color Cylindrical-coordinate representation of color #886CED: hue angle of 253.02º 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 #886CED is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 108 | 237 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.07 |
| HSL | 253.02º | 0.78% | 0.68% | - |
| HSV(B) | 253.02º | 0.54% | 0.93% | - |
| XYZ | 30.8 | 22.07 | 82.76 | - |
| YUV | 131.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 237 | 0.43 | 0.54 | 0 | 0.07 | 253.02 | 0.78 | 0.68 |
| Hex | 88 | 6C | ED | 2B | 36 | 0 | 7 | FD | 4E | 44 |
| Octal | 210 | 154 | 355 | 53 | 66 | 0 | 7 | 375 | 116 | 104 |
| Binary | 10001000 | 1101100 | 11101101 | 101011 | 110110 | 0 | 111 | 11111101 | 1001110 | 1000100 |
Color Harmonies of #886CED
Complementary color
Monochromatic Colors of #886CED
Black with #886CED
Text Example
Text Example
White with #886CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CED; }
p { color: rgb(136,108,237); }
H1.HeaderClassName
{
color: #886CED;
}
.AnyTagClassName
{
color: #886CED;
}
</style>
background-color css
<style>
a { background-color: #886CED; }
a { background-color: rgb(136,108,237); }
div.DivClassName
{
background-color: #886CED;
}
.BgClassName
{
background-color: #886CED;
}
</style>
border-color css
<style>
span { border-color: #886CED; }
span { border-color: rgb(136,108,237); }
td.TdClassName
{
border-color: #886CED;
}
.TagClassName
{
border-color: #886CED;
}
</style>