Shades of Medium Slate Blue #896CEC
Tints of Medium Slate Blue #896CEC
RGB
CMYK
RGB Variations
Color information
#896CEC (or 0x896CEC) is known color: Medium Slate Blue. HEX triplet: 89, 6C and EC. RGB value is (137,108,236). Sum of RGB (Red+Green+Blue) = 137+108+236=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #896CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CEC is #769313. Grayscale: #828282. Windows color (decimal): -7770900 or 15494281. OLE color: 15494281.
HSL color Cylindrical-coordinate representation of color #896CEC: hue angle of 253.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #896CEC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 108 | 236 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.07 |
| HSL | 253.59º | 0.77% | 0.67% | - |
| HSV(B) | 253.59º | 0.54% | 0.93% | - |
| XYZ | 30.82 | 22.1 | 82 | - |
| YUV | 131.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 236 | 0.42 | 0.54 | 0 | 0.07 | 253.59 | 0.77 | 0.67 |
| Hex | 89 | 6C | EC | 2A | 36 | 0 | 7 | FE | 4D | 43 |
| Octal | 211 | 154 | 354 | 52 | 66 | 0 | 7 | 376 | 115 | 103 |
| Binary | 10001001 | 1101100 | 11101100 | 101010 | 110110 | 0 | 111 | 11111110 | 1001101 | 1000011 |
Color Harmonies of #896CEC
Complementary color
Monochromatic Colors of #896CEC
Black with #896CEC
Text Example
Text Example
White with #896CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CEC; }
p { color: rgb(137,108,236); }
H1.HeaderClassName
{
color: #896CEC;
}
.AnyTagClassName
{
color: #896CEC;
}
</style>
background-color css
<style>
a { background-color: #896CEC; }
a { background-color: rgb(137,108,236); }
div.DivClassName
{
background-color: #896CEC;
}
.BgClassName
{
background-color: #896CEC;
}
</style>
border-color css
<style>
span { border-color: #896CEC; }
span { border-color: rgb(137,108,236); }
td.TdClassName
{
border-color: #896CEC;
}
.TagClassName
{
border-color: #896CEC;
}
</style>