Shades of Moody Blue #897AD4
Tints of Moody Blue #897AD4
RGB
CMYK
RGB Variations
Color information
#897AD4 (or 0x897AD4) is known color: Moody Blue. HEX triplet: 89, 7A and D4. RGB value is (137,122,212). Sum of RGB (Red+Green+Blue) = 137+122+212=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #897AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897AD4 is #76852B. Grayscale: #888888. Windows color (decimal): -7767340 or 13925001. OLE color: 13925001.
HSL color Cylindrical-coordinate representation of color #897AD4: hue angle of 250º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #897AD4 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 122 | 212 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.17 |
| HSL | 250º | 0.51% | 0.65% | - |
| HSV(B) | 250º | 0.42% | 0.83% | - |
| XYZ | 29.16 | 23.99 | 65.38 | - |
| YUV | 136.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 212 | 0.35 | 0.42 | 0 | 0.17 | 250 | 0.51 | 0.65 |
| Hex | 89 | 7A | D4 | 23 | 2A | 0 | 11 | FA | 33 | 41 |
| Octal | 211 | 172 | 324 | 43 | 52 | 0 | 21 | 372 | 63 | 101 |
| Binary | 10001001 | 1111010 | 11010100 | 100011 | 101010 | 0 | 10001 | 11111010 | 110011 | 1000001 |
Color Harmonies of #897AD4
Complementary color
Monochromatic Colors of #897AD4
Black with #897AD4
Text Example
Text Example
White with #897AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897AD4; }
p { color: rgb(137,122,212); }
H1.HeaderClassName
{
color: #897AD4;
}
.AnyTagClassName
{
color: #897AD4;
}
</style>
background-color css
<style>
a { background-color: #897AD4; }
a { background-color: rgb(137,122,212); }
div.DivClassName
{
background-color: #897AD4;
}
.BgClassName
{
background-color: #897AD4;
}
</style>
border-color css
<style>
span { border-color: #897AD4; }
span { border-color: rgb(137,122,212); }
td.TdClassName
{
border-color: #897AD4;
}
.TagClassName
{
border-color: #897AD4;
}
</style>