Shades of Moody Blue #897AB7
Tints of Moody Blue #897AB7
RGB
CMYK
RGB Variations
Color information
#897AB7 (or 0x897AB7) is known color: Moody Blue. HEX triplet: 89, 7A and B7. RGB value is (137,122,183). Sum of RGB (Red+Green+Blue) = 137+122+183=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #897AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897AB7 is #768548. Grayscale: #858585. Windows color (decimal): -7767369 or 12024457. OLE color: 12024457.
HSL color Cylindrical-coordinate representation of color #897AB7: hue angle of 254.75º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #897AB7 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 122 | 183 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.28 |
| HSL | 254.75º | 0.3% | 0.6% | - |
| HSV(B) | 254.75º | 0.33% | 0.72% | - |
| XYZ | 25.82 | 22.66 | 47.81 | - |
| YUV | 133.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 183 | 0.25 | 0.33 | 0 | 0.28 | 254.75 | 0.3 | 0.6 |
| Hex | 89 | 7A | B7 | 19 | 21 | 0 | 1C | FF | 1E | 3C |
| Octal | 211 | 172 | 267 | 31 | 41 | 0 | 34 | 377 | 36 | 74 |
| Binary | 10001001 | 1111010 | 10110111 | 11001 | 100001 | 0 | 11100 | 11111111 | 11110 | 111100 |
Color Harmonies of #897AB7
Complementary color
Monochromatic Colors of #897AB7
Black with #897AB7
Text Example
Text Example
White with #897AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897AB7; }
p { color: rgb(137,122,183); }
H1.HeaderClassName
{
color: #897AB7;
}
.AnyTagClassName
{
color: #897AB7;
}
</style>
background-color css
<style>
a { background-color: #897AB7; }
a { background-color: rgb(137,122,183); }
div.DivClassName
{
background-color: #897AB7;
}
.BgClassName
{
background-color: #897AB7;
}
</style>
border-color css
<style>
span { border-color: #897AB7; }
span { border-color: rgb(137,122,183); }
td.TdClassName
{
border-color: #897AB7;
}
.TagClassName
{
border-color: #897AB7;
}
</style>