Shades of Moody Blue #897DCC
Tints of Moody Blue #897DCC
RGB
CMYK
RGB Variations
Color information
#897DCC (or 0x897DCC) is known color: Moody Blue. HEX triplet: 89, 7D and CC. RGB value is (137,125,204). Sum of RGB (Red+Green+Blue) = 137+125+204=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #897DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DCC is #768233. Grayscale: #898989. Windows color (decimal): -7766580 or 13401481. OLE color: 13401481.
HSL color Cylindrical-coordinate representation of color #897DCC: hue angle of 249.11º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897DCC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 125 | 204 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.2 |
| HSL | 249.11º | 0.44% | 0.65% | - |
| HSV(B) | 249.11º | 0.39% | 0.8% | - |
| XYZ | 28.55 | 24.35 | 60.32 | - |
| YUV | 137.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 204 | 0.33 | 0.39 | 0 | 0.2 | 249.11 | 0.44 | 0.65 |
| Hex | 89 | 7D | CC | 21 | 27 | 0 | 14 | F9 | 2C | 41 |
| Octal | 211 | 175 | 314 | 41 | 47 | 0 | 24 | 371 | 54 | 101 |
| Binary | 10001001 | 1111101 | 11001100 | 100001 | 100111 | 0 | 10100 | 11111001 | 101100 | 1000001 |
Color Harmonies of #897DCC
Complementary color
Monochromatic Colors of #897DCC
Black with #897DCC
Text Example
Text Example
White with #897DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DCC; }
p { color: rgb(137,125,204); }
H1.HeaderClassName
{
color: #897DCC;
}
.AnyTagClassName
{
color: #897DCC;
}
</style>
background-color css
<style>
a { background-color: #897DCC; }
a { background-color: rgb(137,125,204); }
div.DivClassName
{
background-color: #897DCC;
}
.BgClassName
{
background-color: #897DCC;
}
</style>
border-color css
<style>
span { border-color: #897DCC; }
span { border-color: rgb(137,125,204); }
td.TdClassName
{
border-color: #897DCC;
}
.TagClassName
{
border-color: #897DCC;
}
</style>