Shades of Medium Slate Blue #884EEB
Tints of Medium Slate Blue #884EEB
RGB
CMYK
RGB Variations
Color information
#884EEB (or 0x884EEB) is known color: Medium Slate Blue. HEX triplet: 88, 4E and EB. RGB value is (136,78,235). Sum of RGB (Red+Green+Blue) = 136+78+235=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #884EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884EEB is #77B114. Grayscale: #707070. Windows color (decimal): -7844117 or 15421064. OLE color: 15421064.
HSL color Cylindrical-coordinate representation of color #884EEB: hue angle of 262.17º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #884EEB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 78 | 235 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.08 |
| HSL | 262.17º | 0.8% | 0.61% | - |
| HSV(B) | 262.17º | 0.67% | 0.92% | - |
| XYZ | 27.87 | 16.68 | 80.35 | - |
| YUV | 113.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 235 | 0.42 | 0.67 | 0 | 0.08 | 262.17 | 0.8 | 0.61 |
| Hex | 88 | 4E | EB | 2A | 43 | 0 | 8 | 106 | 50 | 3D |
| Octal | 210 | 116 | 353 | 52 | 103 | 0 | 10 | 406 | 120 | 75 |
| Binary | 10001000 | 1001110 | 11101011 | 101010 | 1000011 | 0 | 1000 | 100000110 | 1010000 | 111101 |
Color Harmonies of #884EEB
Complementary color
Monochromatic Colors of #884EEB
Black with #884EEB
Text Example
Text Example
White with #884EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884EEB; }
p { color: rgb(136,78,235); }
H1.HeaderClassName
{
color: #884EEB;
}
.AnyTagClassName
{
color: #884EEB;
}
</style>
background-color css
<style>
a { background-color: #884EEB; }
a { background-color: rgb(136,78,235); }
div.DivClassName
{
background-color: #884EEB;
}
.BgClassName
{
background-color: #884EEB;
}
</style>
border-color css
<style>
span { border-color: #884EEB; }
span { border-color: rgb(136,78,235); }
td.TdClassName
{
border-color: #884EEB;
}
.TagClassName
{
border-color: #884EEB;
}
</style>