Shades of Moody Blue #897CBA
Tints of Moody Blue #897CBA
RGB
CMYK
RGB Variations
Color information
#897CBA (or 0x897CBA) is known color: Moody Blue. HEX triplet: 89, 7C and BA. RGB value is (137,124,186). Sum of RGB (Red+Green+Blue) = 137+124+186=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #897CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CBA is #768345. Grayscale: #868686. Windows color (decimal): -7766854 or 12221577. OLE color: 12221577.
HSL color Cylindrical-coordinate representation of color #897CBA: hue angle of 252.58º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #897CBA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 124 | 186 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.27 |
| HSL | 252.58º | 0.31% | 0.61% | - |
| HSV(B) | 252.58º | 0.33% | 0.73% | - |
| XYZ | 26.39 | 23.28 | 49.56 | - |
| YUV | 134.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 186 | 0.26 | 0.33 | 0 | 0.27 | 252.58 | 0.31 | 0.61 |
| Hex | 89 | 7C | BA | 1A | 21 | 0 | 1B | FD | 1F | 3D |
| Octal | 211 | 174 | 272 | 32 | 41 | 0 | 33 | 375 | 37 | 75 |
| Binary | 10001001 | 1111100 | 10111010 | 11010 | 100001 | 0 | 11011 | 11111101 | 11111 | 111101 |
Color Harmonies of #897CBA
Complementary color
Monochromatic Colors of #897CBA
Black with #897CBA
Text Example
Text Example
White with #897CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CBA; }
p { color: rgb(137,124,186); }
H1.HeaderClassName
{
color: #897CBA;
}
.AnyTagClassName
{
color: #897CBA;
}
</style>
background-color css
<style>
a { background-color: #897CBA; }
a { background-color: rgb(137,124,186); }
div.DivClassName
{
background-color: #897CBA;
}
.BgClassName
{
background-color: #897CBA;
}
</style>
border-color css
<style>
span { border-color: #897CBA; }
span { border-color: rgb(137,124,186); }
td.TdClassName
{
border-color: #897CBA;
}
.TagClassName
{
border-color: #897CBA;
}
</style>