Shades of Light Slate Blue #897EED
Tints of Light Slate Blue #897EED
RGB
CMYK
RGB Variations
Color information
#897EED (or 0x897EED) is known color: Light Slate Blue. HEX triplet: 89, 7E and ED. RGB value is (137,126,237). Sum of RGB (Red+Green+Blue) = 137+126+237=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #897EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897EED is #768112. Grayscale: #8D8D8D. Windows color (decimal): -7766291 or 15564425. OLE color: 15564425.
HSL color Cylindrical-coordinate representation of color #897EED: hue angle of 245.95º degrees, saturation: 0.76, 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 #897EED is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 126 | 237 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.07 |
| HSL | 245.95º | 0.76% | 0.71% | - |
| HSV(B) | 245.95º | 0.47% | 0.93% | - |
| XYZ | 33.06 | 26.35 | 83.47 | - |
| YUV | 141.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 237 | 0.42 | 0.47 | 0 | 0.07 | 245.95 | 0.76 | 0.71 |
| Hex | 89 | 7E | ED | 2A | 2F | 0 | 7 | F6 | 4C | 47 |
| Octal | 211 | 176 | 355 | 52 | 57 | 0 | 7 | 366 | 114 | 107 |
| Binary | 10001001 | 1111110 | 11101101 | 101010 | 101111 | 0 | 111 | 11110110 | 1001100 | 1000111 |
Color Harmonies of #897EED
Complementary color
Monochromatic Colors of #897EED
Black with #897EED
Text Example
Text Example
White with #897EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EED; }
p { color: rgb(137,126,237); }
H1.HeaderClassName
{
color: #897EED;
}
.AnyTagClassName
{
color: #897EED;
}
</style>
background-color css
<style>
a { background-color: #897EED; }
a { background-color: rgb(137,126,237); }
div.DivClassName
{
background-color: #897EED;
}
.BgClassName
{
background-color: #897EED;
}
</style>
border-color css
<style>
span { border-color: #897EED; }
span { border-color: rgb(137,126,237); }
td.TdClassName
{
border-color: #897EED;
}
.TagClassName
{
border-color: #897EED;
}
</style>