Shades of Moody Blue #897CCD
Tints of Moody Blue #897CCD
RGB
CMYK
RGB Variations
Color information
#897CCD (or 0x897CCD) is known color: Moody Blue. HEX triplet: 89, 7C and CD. RGB value is (137,124,205). Sum of RGB (Red+Green+Blue) = 137+124+205=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #897CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CCD is #768332. Grayscale: #888888. Windows color (decimal): -7766835 or 13466761. OLE color: 13466761.
HSL color Cylindrical-coordinate representation of color #897CCD: hue angle of 249.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #897CCD is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 124 | 205 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.20 |
| HSL | 249.63º | 0.45% | 0.65% | - |
| HSV(B) | 249.63º | 0.4% | 0.8% | - |
| XYZ | 28.54 | 24.14 | 60.91 | - |
| YUV | 137.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 205 | 0.33 | 0.40 | 0 | 0.20 | 249.63 | 0.45 | 0.65 |
| Hex | 89 | 7C | CD | 21 | 28 | 0 | 14 | FA | 2D | 41 |
| Octal | 211 | 174 | 315 | 41 | 50 | 0 | 24 | 372 | 55 | 101 |
| Binary | 10001001 | 1111100 | 11001101 | 100001 | 101000 | 0 | 10100 | 11111010 | 101101 | 1000001 |
Color Harmonies of #897CCD
Complementary color
Monochromatic Colors of #897CCD
Black with #897CCD
Text Example
Text Example
White with #897CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CCD; }
p { color: rgb(137,124,205); }
H1.HeaderClassName
{
color: #897CCD;
}
.AnyTagClassName
{
color: #897CCD;
}
</style>
background-color css
<style>
a { background-color: #897CCD; }
a { background-color: rgb(137,124,205); }
div.DivClassName
{
background-color: #897CCD;
}
.BgClassName
{
background-color: #897CCD;
}
</style>
border-color css
<style>
span { border-color: #897CCD; }
span { border-color: rgb(137,124,205); }
td.TdClassName
{
border-color: #897CCD;
}
.TagClassName
{
border-color: #897CCD;
}
</style>