Shades of Moody Blue #897DCD
Tints of Moody Blue #897DCD
RGB
CMYK
RGB Variations
Color information
#897DCD (or 0x897DCD) is known color: Moody Blue. HEX triplet: 89, 7D and CD. RGB value is (137,125,205). Sum of RGB (Red+Green+Blue) = 137+125+205=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #897DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DCD is #768232. Grayscale: #898989. Windows color (decimal): -7766579 or 13467017. OLE color: 13467017.
HSL color Cylindrical-coordinate representation of color #897DCD: hue angle of 249º 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 #897DCD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 125 | 205 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.20 |
| HSL | 249º | 0.44% | 0.65% | - |
| HSV(B) | 249º | 0.39% | 0.8% | - |
| XYZ | 28.67 | 24.39 | 60.95 | - |
| YUV | 137.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 205 | 0.33 | 0.39 | 0 | 0.20 | 249 | 0.44 | 0.65 |
| Hex | 89 | 7D | CD | 21 | 27 | 0 | 14 | F9 | 2C | 41 |
| Octal | 211 | 175 | 315 | 41 | 47 | 0 | 24 | 371 | 54 | 101 |
| Binary | 10001001 | 1111101 | 11001101 | 100001 | 100111 | 0 | 10100 | 11111001 | 101100 | 1000001 |
Color Harmonies of #897DCD
Complementary color
Monochromatic Colors of #897DCD
Black with #897DCD
Text Example
Text Example
White with #897DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DCD; }
p { color: rgb(137,125,205); }
H1.HeaderClassName
{
color: #897DCD;
}
.AnyTagClassName
{
color: #897DCD;
}
</style>
background-color css
<style>
a { background-color: #897DCD; }
a { background-color: rgb(137,125,205); }
div.DivClassName
{
background-color: #897DCD;
}
.BgClassName
{
background-color: #897DCD;
}
</style>
border-color css
<style>
span { border-color: #897DCD; }
span { border-color: rgb(137,125,205); }
td.TdClassName
{
border-color: #897DCD;
}
.TagClassName
{
border-color: #897DCD;
}
</style>