Shades of Moody Blue #897FBC
Tints of Moody Blue #897FBC
RGB
CMYK
RGB Variations
Color information
#897FBC (or 0x897FBC) is known color: Moody Blue. HEX triplet: 89, 7F and BC. RGB value is (137,127,188). Sum of RGB (Red+Green+Blue) = 137+127+188=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #897FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FBC is #768043. Grayscale: #888888. Windows color (decimal): -7766084 or 12353417. OLE color: 12353417.
HSL color Cylindrical-coordinate representation of color #897FBC: hue angle of 249.84º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #897FBC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 127 | 188 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.26 |
| HSL | 249.84º | 0.31% | 0.62% | - |
| HSV(B) | 249.84º | 0.32% | 0.74% | - |
| XYZ | 26.98 | 24.13 | 50.81 | - |
| YUV | 136.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 188 | 0.27 | 0.32 | 0 | 0.26 | 249.84 | 0.31 | 0.62 |
| Hex | 89 | 7F | BC | 1B | 20 | 0 | 1A | FA | 1F | 3E |
| Octal | 211 | 177 | 274 | 33 | 40 | 0 | 32 | 372 | 37 | 76 |
| Binary | 10001001 | 1111111 | 10111100 | 11011 | 100000 | 0 | 11010 | 11111010 | 11111 | 111110 |
Color Harmonies of #897FBC
Complementary color
Monochromatic Colors of #897FBC
Black with #897FBC
Text Example
Text Example
White with #897FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FBC; }
p { color: rgb(137,127,188); }
H1.HeaderClassName
{
color: #897FBC;
}
.AnyTagClassName
{
color: #897FBC;
}
</style>
background-color css
<style>
a { background-color: #897FBC; }
a { background-color: rgb(137,127,188); }
div.DivClassName
{
background-color: #897FBC;
}
.BgClassName
{
background-color: #897FBC;
}
</style>
border-color css
<style>
span { border-color: #897FBC; }
span { border-color: rgb(137,127,188); }
td.TdClassName
{
border-color: #897FBC;
}
.TagClassName
{
border-color: #897FBC;
}
</style>