Shades of Medium Slate Blue #896CED
Tints of Medium Slate Blue #896CED
RGB
CMYK
RGB Variations
Color information
#896CED (or 0x896CED) is known color: Medium Slate Blue. HEX triplet: 89, 6C and ED. RGB value is (137,108,237). Sum of RGB (Red+Green+Blue) = 137+108+237=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #896CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CED is #769312. Grayscale: #828282. Windows color (decimal): -7770899 or 15559817. OLE color: 15559817.
HSL color Cylindrical-coordinate representation of color #896CED: hue angle of 253.49º 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 #896CED is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 108 | 237 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.07 |
| HSL | 253.49º | 0.78% | 0.68% | - |
| HSV(B) | 253.49º | 0.54% | 0.93% | - |
| XYZ | 30.97 | 22.16 | 82.77 | - |
| YUV | 131.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 237 | 0.42 | 0.54 | 0 | 0.07 | 253.49 | 0.78 | 0.68 |
| Hex | 89 | 6C | ED | 2A | 36 | 0 | 7 | FD | 4E | 44 |
| Octal | 211 | 154 | 355 | 52 | 66 | 0 | 7 | 375 | 116 | 104 |
| Binary | 10001001 | 1101100 | 11101101 | 101010 | 110110 | 0 | 111 | 11111101 | 1001110 | 1000100 |
Color Harmonies of #896CED
Complementary color
Monochromatic Colors of #896CED
Black with #896CED
Text Example
Text Example
White with #896CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CED; }
p { color: rgb(137,108,237); }
H1.HeaderClassName
{
color: #896CED;
}
.AnyTagClassName
{
color: #896CED;
}
</style>
background-color css
<style>
a { background-color: #896CED; }
a { background-color: rgb(137,108,237); }
div.DivClassName
{
background-color: #896CED;
}
.BgClassName
{
background-color: #896CED;
}
</style>
border-color css
<style>
span { border-color: #896CED; }
span { border-color: rgb(137,108,237); }
td.TdClassName
{
border-color: #896CED;
}
.TagClassName
{
border-color: #896CED;
}
</style>