Shades of Medium Slate Blue #886CEE
Tints of Medium Slate Blue #886CEE
RGB
CMYK
RGB Variations
Color information
#886CEE (or 0x886CEE) is known color: Medium Slate Blue. HEX triplet: 88, 6C and EE. RGB value is (136,108,238). Sum of RGB (Red+Green+Blue) = 136+108+238=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 108 (42.58% from 255 or 22.41% 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 #886CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CEE is #779311. Grayscale: #828282. Windows color (decimal): -7836434 or 15625352. OLE color: 15625352.
HSL color Cylindrical-coordinate representation of color #886CEE: hue angle of 252.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #886CEE is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 108 | 238 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.07 |
| HSL | 252.92º | 0.79% | 0.68% | - |
| HSV(B) | 252.92º | 0.55% | 0.93% | - |
| XYZ | 30.95 | 22.13 | 83.53 | - |
| YUV | 131.19 | 188.28 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 238 | 0.43 | 0.55 | 0 | 0.07 | 252.92 | 0.79 | 0.68 |
| Hex | 88 | 6C | EE | 2B | 37 | 0 | 7 | FD | 4F | 44 |
| Octal | 210 | 154 | 356 | 53 | 67 | 0 | 7 | 375 | 117 | 104 |
| Binary | 10001000 | 1101100 | 11101110 | 101011 | 110111 | 0 | 111 | 11111101 | 1001111 | 1000100 |
Color Harmonies of #886CEE
Complementary color
Monochromatic Colors of #886CEE
Black with #886CEE
Text Example
Text Example
White with #886CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CEE; }
p { color: rgb(136,108,238); }
H1.HeaderClassName
{
color: #886CEE;
}
.AnyTagClassName
{
color: #886CEE;
}
</style>
background-color css
<style>
a { background-color: #886CEE; }
a { background-color: rgb(136,108,238); }
div.DivClassName
{
background-color: #886CEE;
}
.BgClassName
{
background-color: #886CEE;
}
</style>
border-color css
<style>
span { border-color: #886CEE; }
span { border-color: rgb(136,108,238); }
td.TdClassName
{
border-color: #886CEE;
}
.TagClassName
{
border-color: #886CEE;
}
</style>