Shades of Medium Slate Blue #886CEF
Tints of Medium Slate Blue #886CEF
RGB
CMYK
RGB Variations
Color information
#886CEF (or 0x886CEF) is known color: Medium Slate Blue. HEX triplet: 88, 6C and EF. RGB value is (136,108,239). Sum of RGB (Red+Green+Blue) = 136+108+239=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #886CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CEF is #779310. Grayscale: #828282. Windows color (decimal): -7836433 or 15690888. OLE color: 15690888.
HSL color Cylindrical-coordinate representation of color #886CEF: hue angle of 252.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #886CEF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 108 | 239 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.06 |
| HSL | 252.82º | 0.8% | 0.68% | - |
| HSV(B) | 252.82º | 0.55% | 0.94% | - |
| XYZ | 31.1 | 22.19 | 84.31 | - |
| YUV | 131.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 239 | 0.43 | 0.55 | 0 | 0.06 | 252.82 | 0.8 | 0.68 |
| Hex | 88 | 6C | EF | 2B | 37 | 0 | 6 | FD | 50 | 44 |
| Octal | 210 | 154 | 357 | 53 | 67 | 0 | 6 | 375 | 120 | 104 |
| Binary | 10001000 | 1101100 | 11101111 | 101011 | 110111 | 0 | 110 | 11111101 | 1010000 | 1000100 |
Color Harmonies of #886CEF
Complementary color
Monochromatic Colors of #886CEF
Black with #886CEF
Text Example
Text Example
White with #886CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CEF; }
p { color: rgb(136,108,239); }
H1.HeaderClassName
{
color: #886CEF;
}
.AnyTagClassName
{
color: #886CEF;
}
</style>
background-color css
<style>
a { background-color: #886CEF; }
a { background-color: rgb(136,108,239); }
div.DivClassName
{
background-color: #886CEF;
}
.BgClassName
{
background-color: #886CEF;
}
</style>
border-color css
<style>
span { border-color: #886CEF; }
span { border-color: rgb(136,108,239); }
td.TdClassName
{
border-color: #886CEF;
}
.TagClassName
{
border-color: #886CEF;
}
</style>