Shades of Moody Blue #897EDD
Tints of Moody Blue #897EDD
RGB
CMYK
RGB Variations
Color information
#897EDD (or 0x897EDD) is known color: Moody Blue. HEX triplet: 89, 7E and DD. RGB value is (137,126,221). Sum of RGB (Red+Green+Blue) = 137+126+221=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #897EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897EDD is #768122. Grayscale: #8B8B8B. Windows color (decimal): -7766307 or 14515849. OLE color: 14515849.
HSL color Cylindrical-coordinate representation of color #897EDD: hue angle of 246.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897EDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 126 | 221 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.13 |
| HSL | 246.95º | 0.58% | 0.68% | - |
| HSV(B) | 246.95º | 0.43% | 0.87% | - |
| XYZ | 30.83 | 25.46 | 71.7 | - |
| YUV | 140.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 221 | 0.38 | 0.43 | 0 | 0.13 | 246.95 | 0.58 | 0.68 |
| Hex | 89 | 7E | DD | 26 | 2B | 0 | D | F7 | 3A | 44 |
| Octal | 211 | 176 | 335 | 46 | 53 | 0 | 15 | 367 | 72 | 104 |
| Binary | 10001001 | 1111110 | 11011101 | 100110 | 101011 | 0 | 1101 | 11110111 | 111010 | 1000100 |
Color Harmonies of #897EDD
Complementary color
Monochromatic Colors of #897EDD
Black with #897EDD
Text Example
Text Example
White with #897EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EDD; }
p { color: rgb(137,126,221); }
H1.HeaderClassName
{
color: #897EDD;
}
.AnyTagClassName
{
color: #897EDD;
}
</style>
background-color css
<style>
a { background-color: #897EDD; }
a { background-color: rgb(137,126,221); }
div.DivClassName
{
background-color: #897EDD;
}
.BgClassName
{
background-color: #897EDD;
}
</style>
border-color css
<style>
span { border-color: #897EDD; }
span { border-color: rgb(137,126,221); }
td.TdClassName
{
border-color: #897EDD;
}
.TagClassName
{
border-color: #897EDD;
}
</style>