Shades of Medium Slate Blue #886BE8
Tints of Medium Slate Blue #886BE8
RGB
CMYK
RGB Variations
Color information
#886BE8 (or 0x886BE8) is known color: Medium Slate Blue. HEX triplet: 88, 6B and E8. RGB value is (136,107,232). Sum of RGB (Red+Green+Blue) = 136+107+232=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #886BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886BE8 is #779417. Grayscale: #818181. Windows color (decimal): -7836696 or 15231880. OLE color: 15231880.
HSL color Cylindrical-coordinate representation of color #886BE8: hue angle of 253.92º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #886BE8 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 107 | 232 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.09 |
| HSL | 253.92º | 0.73% | 0.66% | - |
| HSV(B) | 253.92º | 0.54% | 0.91% | - |
| XYZ | 29.98 | 21.58 | 78.93 | - |
| YUV | 129.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 232 | 0.41 | 0.54 | 0 | 0.09 | 253.92 | 0.73 | 0.66 |
| Hex | 88 | 6B | E8 | 29 | 36 | 0 | 9 | FE | 49 | 42 |
| Octal | 210 | 153 | 350 | 51 | 66 | 0 | 11 | 376 | 111 | 102 |
| Binary | 10001000 | 1101011 | 11101000 | 101001 | 110110 | 0 | 1001 | 11111110 | 1001001 | 1000010 |
Color Harmonies of #886BE8
Complementary color
Monochromatic Colors of #886BE8
Black with #886BE8
Text Example
Text Example
White with #886BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BE8; }
p { color: rgb(136,107,232); }
H1.HeaderClassName
{
color: #886BE8;
}
.AnyTagClassName
{
color: #886BE8;
}
</style>
background-color css
<style>
a { background-color: #886BE8; }
a { background-color: rgb(136,107,232); }
div.DivClassName
{
background-color: #886BE8;
}
.BgClassName
{
background-color: #886BE8;
}
</style>
border-color css
<style>
span { border-color: #886BE8; }
span { border-color: rgb(136,107,232); }
td.TdClassName
{
border-color: #886BE8;
}
.TagClassName
{
border-color: #886BE8;
}
</style>