Shades of Moody Blue #897FC9
Tints of Moody Blue #897FC9
RGB
CMYK
RGB Variations
Color information
#897FC9 (or 0x897FC9) is known color: Moody Blue. HEX triplet: 89, 7F and C9. RGB value is (137,127,201). Sum of RGB (Red+Green+Blue) = 137+127+201=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #897FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FC9 is #768036. Grayscale: #8A8A8A. Windows color (decimal): -7766071 or 13205385. OLE color: 13205385.
HSL color Cylindrical-coordinate representation of color #897FC9: hue angle of 248.11º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #897FC9 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 127 | 201 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.21 |
| HSL | 248.11º | 0.41% | 0.64% | - |
| HSV(B) | 248.11º | 0.37% | 0.79% | - |
| XYZ | 28.45 | 24.71 | 58.53 | - |
| YUV | 138.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 201 | 0.32 | 0.37 | 0 | 0.21 | 248.11 | 0.41 | 0.64 |
| Hex | 89 | 7F | C9 | 20 | 25 | 0 | 15 | F8 | 29 | 40 |
| Octal | 211 | 177 | 311 | 40 | 45 | 0 | 25 | 370 | 51 | 100 |
| Binary | 10001001 | 1111111 | 11001001 | 100000 | 100101 | 0 | 10101 | 11111000 | 101001 | 1000000 |
Color Harmonies of #897FC9
Complementary color
Monochromatic Colors of #897FC9
Black with #897FC9
Text Example
Text Example
White with #897FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FC9; }
p { color: rgb(137,127,201); }
H1.HeaderClassName
{
color: #897FC9;
}
.AnyTagClassName
{
color: #897FC9;
}
</style>
background-color css
<style>
a { background-color: #897FC9; }
a { background-color: rgb(137,127,201); }
div.DivClassName
{
background-color: #897FC9;
}
.BgClassName
{
background-color: #897FC9;
}
</style>
border-color css
<style>
span { border-color: #897FC9; }
span { border-color: rgb(137,127,201); }
td.TdClassName
{
border-color: #897FC9;
}
.TagClassName
{
border-color: #897FC9;
}
</style>