Shades of Moody Blue #897ABB
Tints of Moody Blue #897ABB
RGB
CMYK
RGB Variations
Color information
#897ABB (or 0x897ABB) is known color: Moody Blue. HEX triplet: 89, 7A and BB. RGB value is (137,122,187). Sum of RGB (Red+Green+Blue) = 137+122+187=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #897ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ABB is #768544. Grayscale: #858585. Windows color (decimal): -7767365 or 12286601. OLE color: 12286601.
HSL color Cylindrical-coordinate representation of color #897ABB: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #897ABB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 122 | 187 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.27 |
| HSL | 253.85º | 0.32% | 0.61% | - |
| HSV(B) | 253.85º | 0.35% | 0.73% | - |
| XYZ | 26.25 | 22.83 | 50.04 | - |
| YUV | 133.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 187 | 0.27 | 0.35 | 0 | 0.27 | 253.85 | 0.32 | 0.61 |
| Hex | 89 | 7A | BB | 1B | 23 | 0 | 1B | FE | 20 | 3D |
| Octal | 211 | 172 | 273 | 33 | 43 | 0 | 33 | 376 | 40 | 75 |
| Binary | 10001001 | 1111010 | 10111011 | 11011 | 100011 | 0 | 11011 | 11111110 | 100000 | 111101 |
Color Harmonies of #897ABB
Complementary color
Monochromatic Colors of #897ABB
Black with #897ABB
Text Example
Text Example
White with #897ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ABB; }
p { color: rgb(137,122,187); }
H1.HeaderClassName
{
color: #897ABB;
}
.AnyTagClassName
{
color: #897ABB;
}
</style>
background-color css
<style>
a { background-color: #897ABB; }
a { background-color: rgb(137,122,187); }
div.DivClassName
{
background-color: #897ABB;
}
.BgClassName
{
background-color: #897ABB;
}
</style>
border-color css
<style>
span { border-color: #897ABB; }
span { border-color: rgb(137,122,187); }
td.TdClassName
{
border-color: #897ABB;
}
.TagClassName
{
border-color: #897ABB;
}
</style>