Shades of Medium Slate Blue #896FE8
Tints of Medium Slate Blue #896FE8
RGB
CMYK
RGB Variations
Color information
#896FE8 (or 0x896FE8) is known color: Medium Slate Blue. HEX triplet: 89, 6F and E8. RGB value is (137,111,232). Sum of RGB (Red+Green+Blue) = 137+111+232=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #896FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FE8 is #769017. Grayscale: #848484. Windows color (decimal): -7770136 or 15232905. OLE color: 15232905.
HSL color Cylindrical-coordinate representation of color #896FE8: hue angle of 252.89º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896FE8 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 111 | 232 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.09 |
| HSL | 252.89º | 0.72% | 0.67% | - |
| HSV(B) | 252.89º | 0.52% | 0.91% | - |
| XYZ | 30.57 | 22.51 | 79.08 | - |
| YUV | 132.57 | 184.11 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 232 | 0.41 | 0.52 | 0 | 0.09 | 252.89 | 0.72 | 0.67 |
| Hex | 89 | 6F | E8 | 29 | 34 | 0 | 9 | FD | 48 | 43 |
| Octal | 211 | 157 | 350 | 51 | 64 | 0 | 11 | 375 | 110 | 103 |
| Binary | 10001001 | 1101111 | 11101000 | 101001 | 110100 | 0 | 1001 | 11111101 | 1001000 | 1000011 |
Color Harmonies of #896FE8
Complementary color
Monochromatic Colors of #896FE8
Black with #896FE8
Text Example
Text Example
White with #896FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FE8; }
p { color: rgb(137,111,232); }
H1.HeaderClassName
{
color: #896FE8;
}
.AnyTagClassName
{
color: #896FE8;
}
</style>
background-color css
<style>
a { background-color: #896FE8; }
a { background-color: rgb(137,111,232); }
div.DivClassName
{
background-color: #896FE8;
}
.BgClassName
{
background-color: #896FE8;
}
</style>
border-color css
<style>
span { border-color: #896FE8; }
span { border-color: rgb(137,111,232); }
td.TdClassName
{
border-color: #896FE8;
}
.TagClassName
{
border-color: #896FE8;
}
</style>