Shades of Moody Blue #897ABA
Tints of Moody Blue #897ABA
RGB
CMYK
RGB Variations
Color information
#897ABA (or 0x897ABA) is known color: Moody Blue. HEX triplet: 89, 7A and BA. RGB value is (137,122,186). Sum of RGB (Red+Green+Blue) = 137+122+186=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #897ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ABA is #768545. Grayscale: #858585. Windows color (decimal): -7767366 or 12221065. OLE color: 12221065.
HSL color Cylindrical-coordinate representation of color #897ABA: hue angle of 254.06º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #897ABA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 122 | 186 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.27 |
| HSL | 254.06º | 0.32% | 0.6% | - |
| HSV(B) | 254.06º | 0.34% | 0.73% | - |
| XYZ | 26.14 | 22.78 | 49.47 | - |
| YUV | 133.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 186 | 0.26 | 0.34 | 0 | 0.27 | 254.06 | 0.32 | 0.6 |
| Hex | 89 | 7A | BA | 1A | 22 | 0 | 1B | FE | 20 | 3C |
| Octal | 211 | 172 | 272 | 32 | 42 | 0 | 33 | 376 | 40 | 74 |
| Binary | 10001001 | 1111010 | 10111010 | 11010 | 100010 | 0 | 11011 | 11111110 | 100000 | 111100 |
Color Harmonies of #897ABA
Complementary color
Monochromatic Colors of #897ABA
Black with #897ABA
Text Example
Text Example
White with #897ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ABA; }
p { color: rgb(137,122,186); }
H1.HeaderClassName
{
color: #897ABA;
}
.AnyTagClassName
{
color: #897ABA;
}
</style>
background-color css
<style>
a { background-color: #897ABA; }
a { background-color: rgb(137,122,186); }
div.DivClassName
{
background-color: #897ABA;
}
.BgClassName
{
background-color: #897ABA;
}
</style>
border-color css
<style>
span { border-color: #897ABA; }
span { border-color: rgb(137,122,186); }
td.TdClassName
{
border-color: #897ABA;
}
.TagClassName
{
border-color: #897ABA;
}
</style>