Shades of Medium Slate Blue #886CE6
Tints of Medium Slate Blue #886CE6
RGB
CMYK
RGB Variations
Color information
#886CE6 (or 0x886CE6) is known color: Medium Slate Blue. HEX triplet: 88, 6C and E6. RGB value is (136,108,230). Sum of RGB (Red+Green+Blue) = 136+108+230=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #886CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CE6 is #779319. Grayscale: #818181. Windows color (decimal): -7836442 or 15101064. OLE color: 15101064.
HSL color Cylindrical-coordinate representation of color #886CE6: hue angle of 253.77º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886CE6 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 108 | 230 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.10 |
| HSL | 253.77º | 0.71% | 0.66% | - |
| HSV(B) | 253.77º | 0.53% | 0.9% | - |
| XYZ | 29.8 | 21.67 | 77.48 | - |
| YUV | 130.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 230 | 0.41 | 0.53 | 0 | 0.10 | 253.77 | 0.71 | 0.66 |
| Hex | 88 | 6C | E6 | 29 | 35 | 0 | A | FE | 47 | 42 |
| Octal | 210 | 154 | 346 | 51 | 65 | 0 | 12 | 376 | 107 | 102 |
| Binary | 10001000 | 1101100 | 11100110 | 101001 | 110101 | 0 | 1010 | 11111110 | 1000111 | 1000010 |
Color Harmonies of #886CE6
Complementary color
Monochromatic Colors of #886CE6
Black with #886CE6
Text Example
Text Example
White with #886CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CE6; }
p { color: rgb(136,108,230); }
H1.HeaderClassName
{
color: #886CE6;
}
.AnyTagClassName
{
color: #886CE6;
}
</style>
background-color css
<style>
a { background-color: #886CE6; }
a { background-color: rgb(136,108,230); }
div.DivClassName
{
background-color: #886CE6;
}
.BgClassName
{
background-color: #886CE6;
}
</style>
border-color css
<style>
span { border-color: #886CE6; }
span { border-color: rgb(136,108,230); }
td.TdClassName
{
border-color: #886CE6;
}
.TagClassName
{
border-color: #886CE6;
}
</style>