Shades of Light Slate Blue #897EEC
Tints of Light Slate Blue #897EEC
RGB
CMYK
RGB Variations
Color information
#897EEC (or 0x897EEC) is known color: Light Slate Blue. HEX triplet: 89, 7E and EC. RGB value is (137,126,236). Sum of RGB (Red+Green+Blue) = 137+126+236=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #897EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897EEC is #768113. Grayscale: #8D8D8D. Windows color (decimal): -7766292 or 15498889. OLE color: 15498889.
HSL color Cylindrical-coordinate representation of color #897EEC: hue angle of 246º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897EEC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 126 | 236 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.07 |
| HSL | 246º | 0.74% | 0.71% | - |
| HSV(B) | 246º | 0.47% | 0.93% | - |
| XYZ | 32.92 | 26.3 | 82.7 | - |
| YUV | 141.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 236 | 0.42 | 0.47 | 0 | 0.07 | 246 | 0.74 | 0.71 |
| Hex | 89 | 7E | EC | 2A | 2F | 0 | 7 | F6 | 4A | 47 |
| Octal | 211 | 176 | 354 | 52 | 57 | 0 | 7 | 366 | 112 | 107 |
| Binary | 10001001 | 1111110 | 11101100 | 101010 | 101111 | 0 | 111 | 11110110 | 1001010 | 1000111 |
Color Harmonies of #897EEC
Complementary color
Monochromatic Colors of #897EEC
Black with #897EEC
Text Example
Text Example
White with #897EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EEC; }
p { color: rgb(137,126,236); }
H1.HeaderClassName
{
color: #897EEC;
}
.AnyTagClassName
{
color: #897EEC;
}
</style>
background-color css
<style>
a { background-color: #897EEC; }
a { background-color: rgb(137,126,236); }
div.DivClassName
{
background-color: #897EEC;
}
.BgClassName
{
background-color: #897EEC;
}
</style>
border-color css
<style>
span { border-color: #897EEC; }
span { border-color: rgb(137,126,236); }
td.TdClassName
{
border-color: #897EEC;
}
.TagClassName
{
border-color: #897EEC;
}
</style>