Shades of Moody Blue #897EDC
Tints of Moody Blue #897EDC
RGB
CMYK
RGB Variations
Color information
#897EDC (or 0x897EDC) is known color: Moody Blue. HEX triplet: 89, 7E and DC. RGB value is (137,126,220). Sum of RGB (Red+Green+Blue) = 137+126+220=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #897EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897EDC is #768123. Grayscale: #8B8B8B. Windows color (decimal): -7766308 or 14450313. OLE color: 14450313.
HSL color Cylindrical-coordinate representation of color #897EDC: hue angle of 247.02º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897EDC is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 126 | 220 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.14 |
| HSL | 247.02º | 0.57% | 0.68% | - |
| HSV(B) | 247.02º | 0.43% | 0.86% | - |
| XYZ | 30.7 | 25.41 | 71 | - |
| YUV | 140.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 220 | 0.38 | 0.43 | 0 | 0.14 | 247.02 | 0.57 | 0.68 |
| Hex | 89 | 7E | DC | 26 | 2B | 0 | E | F7 | 39 | 44 |
| Octal | 211 | 176 | 334 | 46 | 53 | 0 | 16 | 367 | 71 | 104 |
| Binary | 10001001 | 1111110 | 11011100 | 100110 | 101011 | 0 | 1110 | 11110111 | 111001 | 1000100 |
Color Harmonies of #897EDC
Complementary color
Monochromatic Colors of #897EDC
Black with #897EDC
Text Example
Text Example
White with #897EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EDC; }
p { color: rgb(137,126,220); }
H1.HeaderClassName
{
color: #897EDC;
}
.AnyTagClassName
{
color: #897EDC;
}
</style>
background-color css
<style>
a { background-color: #897EDC; }
a { background-color: rgb(137,126,220); }
div.DivClassName
{
background-color: #897EDC;
}
.BgClassName
{
background-color: #897EDC;
}
</style>
border-color css
<style>
span { border-color: #897EDC; }
span { border-color: rgb(137,126,220); }
td.TdClassName
{
border-color: #897EDC;
}
.TagClassName
{
border-color: #897EDC;
}
</style>