Shades of Medium Slate Blue #886FE6
Tints of Medium Slate Blue #886FE6
RGB
CMYK
RGB Variations
Color information
#886FE6 (or 0x886FE6) is known color: Medium Slate Blue. HEX triplet: 88, 6F and E6. RGB value is (136,111,230). Sum of RGB (Red+Green+Blue) = 136+111+230=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #886FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FE6 is #779019. Grayscale: #838383. Windows color (decimal): -7835674 or 15101832. OLE color: 15101832.
HSL color Cylindrical-coordinate representation of color #886FE6: hue angle of 252.61º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886FE6 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 111 | 230 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.10 |
| HSL | 252.61º | 0.7% | 0.67% | - |
| HSV(B) | 252.61º | 0.52% | 0.9% | - |
| XYZ | 30.12 | 22.32 | 77.58 | - |
| YUV | 132.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 230 | 0.41 | 0.52 | 0 | 0.10 | 252.61 | 0.7 | 0.67 |
| Hex | 88 | 6F | E6 | 29 | 34 | 0 | A | FD | 46 | 43 |
| Octal | 210 | 157 | 346 | 51 | 64 | 0 | 12 | 375 | 106 | 103 |
| Binary | 10001000 | 1101111 | 11100110 | 101001 | 110100 | 0 | 1010 | 11111101 | 1000110 | 1000011 |
Color Harmonies of #886FE6
Complementary color
Monochromatic Colors of #886FE6
Black with #886FE6
Text Example
Text Example
White with #886FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FE6; }
p { color: rgb(136,111,230); }
H1.HeaderClassName
{
color: #886FE6;
}
.AnyTagClassName
{
color: #886FE6;
}
</style>
background-color css
<style>
a { background-color: #886FE6; }
a { background-color: rgb(136,111,230); }
div.DivClassName
{
background-color: #886FE6;
}
.BgClassName
{
background-color: #886FE6;
}
</style>
border-color css
<style>
span { border-color: #886FE6; }
span { border-color: rgb(136,111,230); }
td.TdClassName
{
border-color: #886FE6;
}
.TagClassName
{
border-color: #886FE6;
}
</style>