Shades of Moody Blue #897ECC
Tints of Moody Blue #897ECC
RGB
CMYK
RGB Variations
Color information
#897ECC (or 0x897ECC) is known color: Moody Blue. HEX triplet: 89, 7E and CC. RGB value is (137,126,204). Sum of RGB (Red+Green+Blue) = 137+126+204=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #897ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ECC is #768133. Grayscale: #898989. Windows color (decimal): -7766324 or 13401737. OLE color: 13401737.
HSL color Cylindrical-coordinate representation of color #897ECC: hue angle of 248.46º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #897ECC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 126 | 204 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.2 |
| HSL | 248.46º | 0.43% | 0.65% | - |
| HSV(B) | 248.46º | 0.38% | 0.8% | - |
| XYZ | 28.68 | 24.6 | 60.36 | - |
| YUV | 138.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 204 | 0.33 | 0.38 | 0 | 0.2 | 248.46 | 0.43 | 0.65 |
| Hex | 89 | 7E | CC | 21 | 26 | 0 | 14 | F8 | 2B | 41 |
| Octal | 211 | 176 | 314 | 41 | 46 | 0 | 24 | 370 | 53 | 101 |
| Binary | 10001001 | 1111110 | 11001100 | 100001 | 100110 | 0 | 10100 | 11111000 | 101011 | 1000001 |
Color Harmonies of #897ECC
Complementary color
Monochromatic Colors of #897ECC
Black with #897ECC
Text Example
Text Example
White with #897ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ECC; }
p { color: rgb(137,126,204); }
H1.HeaderClassName
{
color: #897ECC;
}
.AnyTagClassName
{
color: #897ECC;
}
</style>
background-color css
<style>
a { background-color: #897ECC; }
a { background-color: rgb(137,126,204); }
div.DivClassName
{
background-color: #897ECC;
}
.BgClassName
{
background-color: #897ECC;
}
</style>
border-color css
<style>
span { border-color: #897ECC; }
span { border-color: rgb(137,126,204); }
td.TdClassName
{
border-color: #897ECC;
}
.TagClassName
{
border-color: #897ECC;
}
</style>