Shades of Medium Slate Blue #886CEB
Tints of Medium Slate Blue #886CEB
RGB
CMYK
RGB Variations
Color information
#886CEB (or 0x886CEB) is known color: Medium Slate Blue. HEX triplet: 88, 6C and EB. RGB value is (136,108,235). Sum of RGB (Red+Green+Blue) = 136+108+235=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #886CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CEB is #779314. Grayscale: #828282. Windows color (decimal): -7836437 or 15428744. OLE color: 15428744.
HSL color Cylindrical-coordinate representation of color #886CEB: hue angle of 253.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #886CEB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 108 | 235 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.08 |
| HSL | 253.23º | 0.76% | 0.67% | - |
| HSV(B) | 253.23º | 0.54% | 0.92% | - |
| XYZ | 30.51 | 21.96 | 81.23 | - |
| YUV | 130.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 235 | 0.42 | 0.54 | 0 | 0.08 | 253.23 | 0.76 | 0.67 |
| Hex | 88 | 6C | EB | 2A | 36 | 0 | 8 | FD | 4C | 43 |
| Octal | 210 | 154 | 353 | 52 | 66 | 0 | 10 | 375 | 114 | 103 |
| Binary | 10001000 | 1101100 | 11101011 | 101010 | 110110 | 0 | 1000 | 11111101 | 1001100 | 1000011 |
Color Harmonies of #886CEB
Complementary color
Monochromatic Colors of #886CEB
Black with #886CEB
Text Example
Text Example
White with #886CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CEB; }
p { color: rgb(136,108,235); }
H1.HeaderClassName
{
color: #886CEB;
}
.AnyTagClassName
{
color: #886CEB;
}
</style>
background-color css
<style>
a { background-color: #886CEB; }
a { background-color: rgb(136,108,235); }
div.DivClassName
{
background-color: #886CEB;
}
.BgClassName
{
background-color: #886CEB;
}
</style>
border-color css
<style>
span { border-color: #886CEB; }
span { border-color: rgb(136,108,235); }
td.TdClassName
{
border-color: #886CEB;
}
.TagClassName
{
border-color: #886CEB;
}
</style>