Shades of Medium Slate Blue #896EEC
Tints of Medium Slate Blue #896EEC
RGB
CMYK
RGB Variations
Color information
#896EEC (or 0x896EEC) is known color: Medium Slate Blue. HEX triplet: 89, 6E and EC. RGB value is (137,110,236). Sum of RGB (Red+Green+Blue) = 137+110+236=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #896EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EEC is #769113. Grayscale: #838383. Windows color (decimal): -7770388 or 15494793. OLE color: 15494793.
HSL color Cylindrical-coordinate representation of color #896EEC: hue angle of 252.86º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896EEC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 110 | 236 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.07 |
| HSL | 252.86º | 0.77% | 0.68% | - |
| HSV(B) | 252.86º | 0.53% | 0.93% | - |
| XYZ | 31.03 | 22.53 | 82.07 | - |
| YUV | 132.44 | 186.45 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 236 | 0.42 | 0.53 | 0 | 0.07 | 252.86 | 0.77 | 0.68 |
| Hex | 89 | 6E | EC | 2A | 35 | 0 | 7 | FD | 4D | 44 |
| Octal | 211 | 156 | 354 | 52 | 65 | 0 | 7 | 375 | 115 | 104 |
| Binary | 10001001 | 1101110 | 11101100 | 101010 | 110101 | 0 | 111 | 11111101 | 1001101 | 1000100 |
Color Harmonies of #896EEC
Complementary color
Monochromatic Colors of #896EEC
Black with #896EEC
Text Example
Text Example
White with #896EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EEC; }
p { color: rgb(137,110,236); }
H1.HeaderClassName
{
color: #896EEC;
}
.AnyTagClassName
{
color: #896EEC;
}
</style>
background-color css
<style>
a { background-color: #896EEC; }
a { background-color: rgb(137,110,236); }
div.DivClassName
{
background-color: #896EEC;
}
.BgClassName
{
background-color: #896EEC;
}
</style>
border-color css
<style>
span { border-color: #896EEC; }
span { border-color: rgb(137,110,236); }
td.TdClassName
{
border-color: #896EEC;
}
.TagClassName
{
border-color: #896EEC;
}
</style>