Shades of Moody Blue #897ACE
Tints of Moody Blue #897ACE
RGB
CMYK
RGB Variations
Color information
#897ACE (or 0x897ACE) is known color: Moody Blue. HEX triplet: 89, 7A and CE. RGB value is (137,122,206). Sum of RGB (Red+Green+Blue) = 137+122+206=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #897ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ACE is #768531. Grayscale: #878787. Windows color (decimal): -7767346 or 13531785. OLE color: 13531785.
HSL color Cylindrical-coordinate representation of color #897ACE: hue angle of 250.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #897ACE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 122 | 206 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.19 |
| HSL | 250.71º | 0.46% | 0.64% | - |
| HSV(B) | 250.71º | 0.41% | 0.81% | - |
| XYZ | 28.42 | 23.69 | 61.47 | - |
| YUV | 136.06 | 167.47 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 206 | 0.33 | 0.41 | 0 | 0.19 | 250.71 | 0.46 | 0.64 |
| Hex | 89 | 7A | CE | 21 | 29 | 0 | 13 | FB | 2E | 40 |
| Octal | 211 | 172 | 316 | 41 | 51 | 0 | 23 | 373 | 56 | 100 |
| Binary | 10001001 | 1111010 | 11001110 | 100001 | 101001 | 0 | 10011 | 11111011 | 101110 | 1000000 |
Color Harmonies of #897ACE
Complementary color
Monochromatic Colors of #897ACE
Black with #897ACE
Text Example
Text Example
White with #897ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897ACE; }
p { color: rgb(137,122,206); }
H1.HeaderClassName
{
color: #897ACE;
}
.AnyTagClassName
{
color: #897ACE;
}
</style>
background-color css
<style>
a { background-color: #897ACE; }
a { background-color: rgb(137,122,206); }
div.DivClassName
{
background-color: #897ACE;
}
.BgClassName
{
background-color: #897ACE;
}
</style>
border-color css
<style>
span { border-color: #897ACE; }
span { border-color: rgb(137,122,206); }
td.TdClassName
{
border-color: #897ACE;
}
.TagClassName
{
border-color: #897ACE;
}
</style>