Shades of Light Slate Blue #897EEA
Tints of Light Slate Blue #897EEA
RGB
CMYK
RGB Variations
Color information
#897EEA (or 0x897EEA) is known color: Light Slate Blue. HEX triplet: 89, 7E and EA. RGB value is (137,126,234). Sum of RGB (Red+Green+Blue) = 137+126+234=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #897EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897EEA is #768115. Grayscale: #8D8D8D. Windows color (decimal): -7766294 or 15367817. OLE color: 15367817.
HSL color Cylindrical-coordinate representation of color #897EEA: hue angle of 246.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #897EEA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 126 | 234 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.08 |
| HSL | 246.11º | 0.72% | 0.71% | - |
| HSV(B) | 246.11º | 0.46% | 0.92% | - |
| XYZ | 32.63 | 26.18 | 81.18 | - |
| YUV | 141.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 234 | 0.41 | 0.46 | 0 | 0.08 | 246.11 | 0.72 | 0.71 |
| Hex | 89 | 7E | EA | 29 | 2E | 0 | 8 | F6 | 48 | 47 |
| Octal | 211 | 176 | 352 | 51 | 56 | 0 | 10 | 366 | 110 | 107 |
| Binary | 10001001 | 1111110 | 11101010 | 101001 | 101110 | 0 | 1000 | 11110110 | 1001000 | 1000111 |
Color Harmonies of #897EEA
Complementary color
Monochromatic Colors of #897EEA
Black with #897EEA
Text Example
Text Example
White with #897EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EEA; }
p { color: rgb(137,126,234); }
H1.HeaderClassName
{
color: #897EEA;
}
.AnyTagClassName
{
color: #897EEA;
}
</style>
background-color css
<style>
a { background-color: #897EEA; }
a { background-color: rgb(137,126,234); }
div.DivClassName
{
background-color: #897EEA;
}
.BgClassName
{
background-color: #897EEA;
}
</style>
border-color css
<style>
span { border-color: #897EEA; }
span { border-color: rgb(137,126,234); }
td.TdClassName
{
border-color: #897EEA;
}
.TagClassName
{
border-color: #897EEA;
}
</style>