Shades of Medium Slate Blue #896FEC
Tints of Medium Slate Blue #896FEC
RGB
CMYK
RGB Variations
Color information
#896FEC (or 0x896FEC) is known color: Medium Slate Blue. HEX triplet: 89, 6F and EC. RGB value is (137,111,236). Sum of RGB (Red+Green+Blue) = 137+111+236=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #896FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FEC is #769013. Grayscale: #848484. Windows color (decimal): -7770132 or 15495049. OLE color: 15495049.
HSL color Cylindrical-coordinate representation of color #896FEC: hue angle of 252.48º 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 #896FEC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 111 | 236 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.07 |
| HSL | 252.48º | 0.77% | 0.68% | - |
| HSV(B) | 252.48º | 0.53% | 0.93% | - |
| XYZ | 31.14 | 22.74 | 82.11 | - |
| YUV | 133.02 | 186.11 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 236 | 0.42 | 0.53 | 0 | 0.07 | 252.48 | 0.77 | 0.68 |
| Hex | 89 | 6F | EC | 2A | 35 | 0 | 7 | FC | 4D | 44 |
| Octal | 211 | 157 | 354 | 52 | 65 | 0 | 7 | 374 | 115 | 104 |
| Binary | 10001001 | 1101111 | 11101100 | 101010 | 110101 | 0 | 111 | 11111100 | 1001101 | 1000100 |
Color Harmonies of #896FEC
Complementary color
Monochromatic Colors of #896FEC
Black with #896FEC
Text Example
Text Example
White with #896FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FEC; }
p { color: rgb(137,111,236); }
H1.HeaderClassName
{
color: #896FEC;
}
.AnyTagClassName
{
color: #896FEC;
}
</style>
background-color css
<style>
a { background-color: #896FEC; }
a { background-color: rgb(137,111,236); }
div.DivClassName
{
background-color: #896FEC;
}
.BgClassName
{
background-color: #896FEC;
}
</style>
border-color css
<style>
span { border-color: #896FEC; }
span { border-color: rgb(137,111,236); }
td.TdClassName
{
border-color: #896FEC;
}
.TagClassName
{
border-color: #896FEC;
}
</style>