Shades of Moody Blue #897FCD
Tints of Moody Blue #897FCD
RGB
CMYK
RGB Variations
Color information
#897FCD (or 0x897FCD) is known color: Moody Blue. HEX triplet: 89, 7F and CD. RGB value is (137,127,205). Sum of RGB (Red+Green+Blue) = 137+127+205=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #897FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FCD is #768032. Grayscale: #8A8A8A. Windows color (decimal): -7766067 or 13467529. OLE color: 13467529.
HSL color Cylindrical-coordinate representation of color #897FCD: hue angle of 247.69º degrees, saturation: 0.44, 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 #897FCD is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 127 | 205 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.20 |
| HSL | 247.69º | 0.44% | 0.65% | - |
| HSV(B) | 247.69º | 0.38% | 0.8% | - |
| XYZ | 28.93 | 24.9 | 61.04 | - |
| YUV | 138.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 205 | 0.33 | 0.38 | 0 | 0.20 | 247.69 | 0.44 | 0.65 |
| Hex | 89 | 7F | CD | 21 | 26 | 0 | 14 | F8 | 2C | 41 |
| Octal | 211 | 177 | 315 | 41 | 46 | 0 | 24 | 370 | 54 | 101 |
| Binary | 10001001 | 1111111 | 11001101 | 100001 | 100110 | 0 | 10100 | 11111000 | 101100 | 1000001 |
Color Harmonies of #897FCD
Complementary color
Monochromatic Colors of #897FCD
Black with #897FCD
Text Example
Text Example
White with #897FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FCD; }
p { color: rgb(137,127,205); }
H1.HeaderClassName
{
color: #897FCD;
}
.AnyTagClassName
{
color: #897FCD;
}
</style>
background-color css
<style>
a { background-color: #897FCD; }
a { background-color: rgb(137,127,205); }
div.DivClassName
{
background-color: #897FCD;
}
.BgClassName
{
background-color: #897FCD;
}
</style>
border-color css
<style>
span { border-color: #897FCD; }
span { border-color: rgb(137,127,205); }
td.TdClassName
{
border-color: #897FCD;
}
.TagClassName
{
border-color: #897FCD;
}
</style>