Shades of Medium Slate Blue #896EEE
Tints of Medium Slate Blue #896EEE
RGB
CMYK
RGB Variations
Color information
#896EEE (or 0x896EEE) is known color: Medium Slate Blue. HEX triplet: 89, 6E and EE. RGB value is (137,110,238). Sum of RGB (Red+Green+Blue) = 137+110+238=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #896EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EEE is #769111. Grayscale: #848484. Windows color (decimal): -7770386 or 15625865. OLE color: 15625865.
HSL color Cylindrical-coordinate representation of color #896EEE: hue angle of 252.66º degrees, saturation: 0.79, 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 #896EEE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 110 | 238 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.07 |
| HSL | 252.66º | 0.79% | 0.68% | - |
| HSV(B) | 252.66º | 0.54% | 0.93% | - |
| XYZ | 31.33 | 22.64 | 83.61 | - |
| YUV | 132.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 238 | 0.42 | 0.54 | 0 | 0.07 | 252.66 | 0.79 | 0.68 |
| Hex | 89 | 6E | EE | 2A | 36 | 0 | 7 | FD | 4F | 44 |
| Octal | 211 | 156 | 356 | 52 | 66 | 0 | 7 | 375 | 117 | 104 |
| Binary | 10001001 | 1101110 | 11101110 | 101010 | 110110 | 0 | 111 | 11111101 | 1001111 | 1000100 |
Color Harmonies of #896EEE
Complementary color
Monochromatic Colors of #896EEE
Black with #896EEE
Text Example
Text Example
White with #896EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EEE; }
p { color: rgb(137,110,238); }
H1.HeaderClassName
{
color: #896EEE;
}
.AnyTagClassName
{
color: #896EEE;
}
</style>
background-color css
<style>
a { background-color: #896EEE; }
a { background-color: rgb(137,110,238); }
div.DivClassName
{
background-color: #896EEE;
}
.BgClassName
{
background-color: #896EEE;
}
</style>
border-color css
<style>
span { border-color: #896EEE; }
span { border-color: rgb(137,110,238); }
td.TdClassName
{
border-color: #896EEE;
}
.TagClassName
{
border-color: #896EEE;
}
</style>