Shades of Moody Blue #897BC9
Tints of Moody Blue #897BC9
RGB
CMYK
RGB Variations
Color information
#897BC9 (or 0x897BC9) is known color: Moody Blue. HEX triplet: 89, 7B and C9. RGB value is (137,123,201). Sum of RGB (Red+Green+Blue) = 137+123+201=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #897BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BC9 is #768436. Grayscale: #878787. Windows color (decimal): -7767095 or 13204361. OLE color: 13204361.
HSL color Cylindrical-coordinate representation of color #897BC9: hue angle of 250.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897BC9 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 123 | 201 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.21 |
| HSL | 250.77º | 0.42% | 0.64% | - |
| HSV(B) | 250.77º | 0.39% | 0.79% | - |
| XYZ | 27.94 | 23.7 | 58.36 | - |
| YUV | 136.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 201 | 0.32 | 0.39 | 0 | 0.21 | 250.77 | 0.42 | 0.64 |
| Hex | 89 | 7B | C9 | 20 | 27 | 0 | 15 | FB | 2A | 40 |
| Octal | 211 | 173 | 311 | 40 | 47 | 0 | 25 | 373 | 52 | 100 |
| Binary | 10001001 | 1111011 | 11001001 | 100000 | 100111 | 0 | 10101 | 11111011 | 101010 | 1000000 |
Color Harmonies of #897BC9
Complementary color
Monochromatic Colors of #897BC9
Black with #897BC9
Text Example
Text Example
White with #897BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BC9; }
p { color: rgb(137,123,201); }
H1.HeaderClassName
{
color: #897BC9;
}
.AnyTagClassName
{
color: #897BC9;
}
</style>
background-color css
<style>
a { background-color: #897BC9; }
a { background-color: rgb(137,123,201); }
div.DivClassName
{
background-color: #897BC9;
}
.BgClassName
{
background-color: #897BC9;
}
</style>
border-color css
<style>
span { border-color: #897BC9; }
span { border-color: rgb(137,123,201); }
td.TdClassName
{
border-color: #897BC9;
}
.TagClassName
{
border-color: #897BC9;
}
</style>