Shades of Medium Slate Blue #896DEB
Tints of Medium Slate Blue #896DEB
RGB
CMYK
RGB Variations
Color information
#896DEB (or 0x896DEB) is known color: Medium Slate Blue. HEX triplet: 89, 6D and EB. RGB value is (137,109,235). Sum of RGB (Red+Green+Blue) = 137+109+235=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #896DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DEB is #769214. Grayscale: #838383. Windows color (decimal): -7770645 or 15429001. OLE color: 15429001.
HSL color Cylindrical-coordinate representation of color #896DEB: hue angle of 253.33º 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 #896DEB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 109 | 235 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.08 |
| HSL | 253.33º | 0.76% | 0.67% | - |
| HSV(B) | 253.33º | 0.54% | 0.92% | - |
| XYZ | 30.78 | 22.25 | 81.27 | - |
| YUV | 131.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 235 | 0.42 | 0.54 | 0 | 0.08 | 253.33 | 0.76 | 0.67 |
| Hex | 89 | 6D | EB | 2A | 36 | 0 | 8 | FD | 4C | 43 |
| Octal | 211 | 155 | 353 | 52 | 66 | 0 | 10 | 375 | 114 | 103 |
| Binary | 10001001 | 1101101 | 11101011 | 101010 | 110110 | 0 | 1000 | 11111101 | 1001100 | 1000011 |
Color Harmonies of #896DEB
Complementary color
Monochromatic Colors of #896DEB
Black with #896DEB
Text Example
Text Example
White with #896DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DEB; }
p { color: rgb(137,109,235); }
H1.HeaderClassName
{
color: #896DEB;
}
.AnyTagClassName
{
color: #896DEB;
}
</style>
background-color css
<style>
a { background-color: #896DEB; }
a { background-color: rgb(137,109,235); }
div.DivClassName
{
background-color: #896DEB;
}
.BgClassName
{
background-color: #896DEB;
}
</style>
border-color css
<style>
span { border-color: #896DEB; }
span { border-color: rgb(137,109,235); }
td.TdClassName
{
border-color: #896DEB;
}
.TagClassName
{
border-color: #896DEB;
}
</style>