Shades of Medium Slate Blue #896CEE
Tints of Medium Slate Blue #896CEE
RGB
CMYK
RGB Variations
Color information
#896CEE (or 0x896CEE) is known color: Medium Slate Blue. HEX triplet: 89, 6C and EE. RGB value is (137,108,238). Sum of RGB (Red+Green+Blue) = 137+108+238=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #896CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CEE is #769311. Grayscale: #838383. Windows color (decimal): -7770898 or 15625353. OLE color: 15625353.
HSL color Cylindrical-coordinate representation of color #896CEE: hue angle of 253.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #896CEE is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 108 | 238 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.07 |
| HSL | 253.38º | 0.79% | 0.68% | - |
| HSV(B) | 253.38º | 0.55% | 0.93% | - |
| XYZ | 31.11 | 22.22 | 83.54 | - |
| YUV | 131.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 238 | 0.42 | 0.55 | 0 | 0.07 | 253.38 | 0.79 | 0.68 |
| Hex | 89 | 6C | EE | 2A | 37 | 0 | 7 | FD | 4F | 44 |
| Octal | 211 | 154 | 356 | 52 | 67 | 0 | 7 | 375 | 117 | 104 |
| Binary | 10001001 | 1101100 | 11101110 | 101010 | 110111 | 0 | 111 | 11111101 | 1001111 | 1000100 |
Color Harmonies of #896CEE
Complementary color
Monochromatic Colors of #896CEE
Black with #896CEE
Text Example
Text Example
White with #896CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CEE; }
p { color: rgb(137,108,238); }
H1.HeaderClassName
{
color: #896CEE;
}
.AnyTagClassName
{
color: #896CEE;
}
</style>
background-color css
<style>
a { background-color: #896CEE; }
a { background-color: rgb(137,108,238); }
div.DivClassName
{
background-color: #896CEE;
}
.BgClassName
{
background-color: #896CEE;
}
</style>
border-color css
<style>
span { border-color: #896CEE; }
span { border-color: rgb(137,108,238); }
td.TdClassName
{
border-color: #896CEE;
}
.TagClassName
{
border-color: #896CEE;
}
</style>