Shades of Medium Slate Blue #896FEE
Tints of Medium Slate Blue #896FEE
RGB
CMYK
RGB Variations
Color information
#896FEE (or 0x896FEE) is known color: Medium Slate Blue. HEX triplet: 89, 6F and EE. RGB value is (137,111,238). Sum of RGB (Red+Green+Blue) = 137+111+238=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #896FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FEE is #769011. Grayscale: #848484. Windows color (decimal): -7770130 or 15626121. OLE color: 15626121.
HSL color Cylindrical-coordinate representation of color #896FEE: hue angle of 252.28º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896FEE is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 111 | 238 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.07 |
| HSL | 252.28º | 0.79% | 0.68% | - |
| HSV(B) | 252.28º | 0.53% | 0.93% | - |
| XYZ | 31.43 | 22.86 | 83.64 | - |
| YUV | 133.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 238 | 0.42 | 0.53 | 0 | 0.07 | 252.28 | 0.79 | 0.68 |
| Hex | 89 | 6F | EE | 2A | 35 | 0 | 7 | FC | 4F | 44 |
| Octal | 211 | 157 | 356 | 52 | 65 | 0 | 7 | 374 | 117 | 104 |
| Binary | 10001001 | 1101111 | 11101110 | 101010 | 110101 | 0 | 111 | 11111100 | 1001111 | 1000100 |
Color Harmonies of #896FEE
Complementary color
Monochromatic Colors of #896FEE
Black with #896FEE
Text Example
Text Example
White with #896FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FEE; }
p { color: rgb(137,111,238); }
H1.HeaderClassName
{
color: #896FEE;
}
.AnyTagClassName
{
color: #896FEE;
}
</style>
background-color css
<style>
a { background-color: #896FEE; }
a { background-color: rgb(137,111,238); }
div.DivClassName
{
background-color: #896FEE;
}
.BgClassName
{
background-color: #896FEE;
}
</style>
border-color css
<style>
span { border-color: #896FEE; }
span { border-color: rgb(137,111,238); }
td.TdClassName
{
border-color: #896FEE;
}
.TagClassName
{
border-color: #896FEE;
}
</style>