Shades of Medium Slate Blue #896DEC
Tints of Medium Slate Blue #896DEC
RGB
CMYK
RGB Variations
Color information
#896DEC (or 0x896DEC) is known color: Medium Slate Blue. HEX triplet: 89, 6D and EC. RGB value is (137,109,236). Sum of RGB (Red+Green+Blue) = 137+109+236=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #896DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DEC is #769213. Grayscale: #838383. Windows color (decimal): -7770644 or 15494537. OLE color: 15494537.
HSL color Cylindrical-coordinate representation of color #896DEC: hue angle of 253.23º degrees, saturation: 0.77, 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 #896DEC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 109 | 236 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.07 |
| HSL | 253.23º | 0.77% | 0.68% | - |
| HSV(B) | 253.23º | 0.54% | 0.93% | - |
| XYZ | 30.93 | 22.31 | 82.03 | - |
| YUV | 131.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 236 | 0.42 | 0.54 | 0 | 0.07 | 253.23 | 0.77 | 0.68 |
| Hex | 89 | 6D | EC | 2A | 36 | 0 | 7 | FD | 4D | 44 |
| Octal | 211 | 155 | 354 | 52 | 66 | 0 | 7 | 375 | 115 | 104 |
| Binary | 10001001 | 1101101 | 11101100 | 101010 | 110110 | 0 | 111 | 11111101 | 1001101 | 1000100 |
Color Harmonies of #896DEC
Complementary color
Monochromatic Colors of #896DEC
Black with #896DEC
Text Example
Text Example
White with #896DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DEC; }
p { color: rgb(137,109,236); }
H1.HeaderClassName
{
color: #896DEC;
}
.AnyTagClassName
{
color: #896DEC;
}
</style>
background-color css
<style>
a { background-color: #896DEC; }
a { background-color: rgb(137,109,236); }
div.DivClassName
{
background-color: #896DEC;
}
.BgClassName
{
background-color: #896DEC;
}
</style>
border-color css
<style>
span { border-color: #896DEC; }
span { border-color: rgb(137,109,236); }
td.TdClassName
{
border-color: #896DEC;
}
.TagClassName
{
border-color: #896DEC;
}
</style>