Shades of Moody Blue #897ED1
Tints of Moody Blue #897ED1
RGB
CMYK
RGB Variations
Color information
#897ED1 (or 0x897ED1) is known color: Moody Blue. HEX triplet: 89, 7E and D1. RGB value is (137,126,209). Sum of RGB (Red+Green+Blue) = 137+126+209=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #897ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ED1 is #76812E. Grayscale: #8A8A8A. Windows color (decimal): -7766319 or 13729417. OLE color: 13729417.
HSL color Cylindrical-coordinate representation of color #897ED1: hue angle of 247.95º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #897ED1 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 126 | 209 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.18 |
| HSL | 247.95º | 0.47% | 0.66% | - |
| HSV(B) | 247.95º | 0.4% | 0.82% | - |
| XYZ | 29.29 | 24.84 | 63.57 | - |
| YUV | 138.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 209 | 0.34 | 0.40 | 0 | 0.18 | 247.95 | 0.47 | 0.66 |
| Hex | 89 | 7E | D1 | 22 | 28 | 0 | 12 | F8 | 2F | 42 |
| Octal | 211 | 176 | 321 | 42 | 50 | 0 | 22 | 370 | 57 | 102 |
| Binary | 10001001 | 1111110 | 11010001 | 100010 | 101000 | 0 | 10010 | 11111000 | 101111 | 1000010 |
Color Harmonies of #897ED1
Complementary color
Monochromatic Colors of #897ED1
Black with #897ED1
Text Example
Text Example
White with #897ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ED1; }
p { color: rgb(137,126,209); }
H1.HeaderClassName
{
color: #897ED1;
}
.AnyTagClassName
{
color: #897ED1;
}
</style>
background-color css
<style>
a { background-color: #897ED1; }
a { background-color: rgb(137,126,209); }
div.DivClassName
{
background-color: #897ED1;
}
.BgClassName
{
background-color: #897ED1;
}
</style>
border-color css
<style>
span { border-color: #897ED1; }
span { border-color: rgb(137,126,209); }
td.TdClassName
{
border-color: #897ED1;
}
.TagClassName
{
border-color: #897ED1;
}
</style>