Shades of Medium Slate Blue #886FEE
Tints of Medium Slate Blue #886FEE
RGB
CMYK
RGB Variations
Color information
#886FEE (or 0x886FEE) is known color: Medium Slate Blue. HEX triplet: 88, 6F and EE. RGB value is (136,111,238). Sum of RGB (Red+Green+Blue) = 136+111+238=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #886FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FEE is #779011. Grayscale: #848484. Windows color (decimal): -7835666 or 15626120. OLE color: 15626120.
HSL color Cylindrical-coordinate representation of color #886FEE: hue angle of 251.81º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886FEE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 111 | 238 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.07 |
| HSL | 251.81º | 0.79% | 0.68% | - |
| HSV(B) | 251.81º | 0.53% | 0.93% | - |
| XYZ | 31.27 | 22.78 | 83.64 | - |
| YUV | 132.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 238 | 0.43 | 0.53 | 0 | 0.07 | 251.81 | 0.79 | 0.68 |
| Hex | 88 | 6F | EE | 2B | 35 | 0 | 7 | FC | 4F | 44 |
| Octal | 210 | 157 | 356 | 53 | 65 | 0 | 7 | 374 | 117 | 104 |
| Binary | 10001000 | 1101111 | 11101110 | 101011 | 110101 | 0 | 111 | 11111100 | 1001111 | 1000100 |
Color Harmonies of #886FEE
Complementary color
Monochromatic Colors of #886FEE
Black with #886FEE
Text Example
Text Example
White with #886FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FEE; }
p { color: rgb(136,111,238); }
H1.HeaderClassName
{
color: #886FEE;
}
.AnyTagClassName
{
color: #886FEE;
}
</style>
background-color css
<style>
a { background-color: #886FEE; }
a { background-color: rgb(136,111,238); }
div.DivClassName
{
background-color: #886FEE;
}
.BgClassName
{
background-color: #886FEE;
}
</style>
border-color css
<style>
span { border-color: #886FEE; }
span { border-color: rgb(136,111,238); }
td.TdClassName
{
border-color: #886FEE;
}
.TagClassName
{
border-color: #886FEE;
}
</style>