Shades of Moody Blue #897EBA
Tints of Moody Blue #897EBA
RGB
CMYK
RGB Variations
Color information
#897EBA (or 0x897EBA) is known color: Moody Blue. HEX triplet: 89, 7E and BA. RGB value is (137,126,186). Sum of RGB (Red+Green+Blue) = 137+126+186=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #897EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897EBA is #768145. Grayscale: #878787. Windows color (decimal): -7766342 or 12222089. OLE color: 12222089.
HSL color Cylindrical-coordinate representation of color #897EBA: hue angle of 251º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #897EBA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 126 | 186 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.27 |
| HSL | 251º | 0.3% | 0.61% | - |
| HSV(B) | 251º | 0.32% | 0.73% | - |
| XYZ | 26.64 | 23.79 | 49.64 | - |
| YUV | 136.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 186 | 0.26 | 0.32 | 0 | 0.27 | 251 | 0.3 | 0.61 |
| Hex | 89 | 7E | BA | 1A | 20 | 0 | 1B | FB | 1E | 3D |
| Octal | 211 | 176 | 272 | 32 | 40 | 0 | 33 | 373 | 36 | 75 |
| Binary | 10001001 | 1111110 | 10111010 | 11010 | 100000 | 0 | 11011 | 11111011 | 11110 | 111101 |
Color Harmonies of #897EBA
Complementary color
Monochromatic Colors of #897EBA
Black with #897EBA
Text Example
Text Example
White with #897EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EBA; }
p { color: rgb(137,126,186); }
H1.HeaderClassName
{
color: #897EBA;
}
.AnyTagClassName
{
color: #897EBA;
}
</style>
background-color css
<style>
a { background-color: #897EBA; }
a { background-color: rgb(137,126,186); }
div.DivClassName
{
background-color: #897EBA;
}
.BgClassName
{
background-color: #897EBA;
}
</style>
border-color css
<style>
span { border-color: #897EBA; }
span { border-color: rgb(137,126,186); }
td.TdClassName
{
border-color: #897EBA;
}
.TagClassName
{
border-color: #897EBA;
}
</style>