Shades of Medium Slate Blue #896EED
Tints of Medium Slate Blue #896EED
RGB
CMYK
RGB Variations
Color information
#896EED (or 0x896EED) is known color: Medium Slate Blue. HEX triplet: 89, 6E and ED. RGB value is (137,110,237). Sum of RGB (Red+Green+Blue) = 137+110+237=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #896EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EED is #769112. Grayscale: #848484. Windows color (decimal): -7770387 or 15560329. OLE color: 15560329.
HSL color Cylindrical-coordinate representation of color #896EED: hue angle of 252.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #896EED is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 110 | 237 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.07 |
| HSL | 252.76º | 0.78% | 0.68% | - |
| HSV(B) | 252.76º | 0.54% | 0.93% | - |
| XYZ | 31.18 | 22.58 | 82.84 | - |
| YUV | 132.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 237 | 0.42 | 0.54 | 0 | 0.07 | 252.76 | 0.78 | 0.68 |
| Hex | 89 | 6E | ED | 2A | 36 | 0 | 7 | FD | 4E | 44 |
| Octal | 211 | 156 | 355 | 52 | 66 | 0 | 7 | 375 | 116 | 104 |
| Binary | 10001001 | 1101110 | 11101101 | 101010 | 110110 | 0 | 111 | 11111101 | 1001110 | 1000100 |
Color Harmonies of #896EED
Complementary color
Monochromatic Colors of #896EED
Black with #896EED
Text Example
Text Example
White with #896EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EED; }
p { color: rgb(137,110,237); }
H1.HeaderClassName
{
color: #896EED;
}
.AnyTagClassName
{
color: #896EED;
}
</style>
background-color css
<style>
a { background-color: #896EED; }
a { background-color: rgb(137,110,237); }
div.DivClassName
{
background-color: #896EED;
}
.BgClassName
{
background-color: #896EED;
}
</style>
border-color css
<style>
span { border-color: #896EED; }
span { border-color: rgb(137,110,237); }
td.TdClassName
{
border-color: #896EED;
}
.TagClassName
{
border-color: #896EED;
}
</style>