Shades of Medium Slate Blue #886FEB
Tints of Medium Slate Blue #886FEB
RGB
CMYK
RGB Variations
Color information
#886FEB (or 0x886FEB) is known color: Medium Slate Blue. HEX triplet: 88, 6F and EB. RGB value is (136,111,235). Sum of RGB (Red+Green+Blue) = 136+111+235=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #886FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FEB is #779014. Grayscale: #848484. Windows color (decimal): -7835669 or 15429512. OLE color: 15429512.
HSL color Cylindrical-coordinate representation of color #886FEB: hue angle of 252.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886FEB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 111 | 235 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.08 |
| HSL | 252.1º | 0.76% | 0.68% | - |
| HSV(B) | 252.1º | 0.53% | 0.92% | - |
| XYZ | 30.83 | 22.6 | 81.33 | - |
| YUV | 132.61 | 185.78 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 235 | 0.42 | 0.53 | 0 | 0.08 | 252.1 | 0.76 | 0.68 |
| Hex | 88 | 6F | EB | 2A | 35 | 0 | 8 | FC | 4C | 44 |
| Octal | 210 | 157 | 353 | 52 | 65 | 0 | 10 | 374 | 114 | 104 |
| Binary | 10001000 | 1101111 | 11101011 | 101010 | 110101 | 0 | 1000 | 11111100 | 1001100 | 1000100 |
Color Harmonies of #886FEB
Complementary color
Monochromatic Colors of #886FEB
Black with #886FEB
Text Example
Text Example
White with #886FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FEB; }
p { color: rgb(136,111,235); }
H1.HeaderClassName
{
color: #886FEB;
}
.AnyTagClassName
{
color: #886FEB;
}
</style>
background-color css
<style>
a { background-color: #886FEB; }
a { background-color: rgb(136,111,235); }
div.DivClassName
{
background-color: #886FEB;
}
.BgClassName
{
background-color: #886FEB;
}
</style>
border-color css
<style>
span { border-color: #886FEB; }
span { border-color: rgb(136,111,235); }
td.TdClassName
{
border-color: #886FEB;
}
.TagClassName
{
border-color: #886FEB;
}
</style>