Shades of Moody Blue #897CC0
Tints of Moody Blue #897CC0
RGB
CMYK
RGB Variations
Color information
#897CC0 (or 0x897CC0) is known color: Moody Blue. HEX triplet: 89, 7C and C0. RGB value is (137,124,192). Sum of RGB (Red+Green+Blue) = 137+124+192=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #897CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CC0 is #76833F. Grayscale: #878787. Windows color (decimal): -7766848 or 12614793. OLE color: 12614793.
HSL color Cylindrical-coordinate representation of color #897CC0: hue angle of 251.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #897CC0 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 124 | 192 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.25 |
| HSL | 251.47º | 0.35% | 0.62% | - |
| HSV(B) | 251.47º | 0.35% | 0.75% | - |
| XYZ | 27.04 | 23.54 | 52.99 | - |
| YUV | 135.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 192 | 0.29 | 0.35 | 0 | 0.25 | 251.47 | 0.35 | 0.62 |
| Hex | 89 | 7C | C0 | 1D | 23 | 0 | 19 | FB | 23 | 3E |
| Octal | 211 | 174 | 300 | 35 | 43 | 0 | 31 | 373 | 43 | 76 |
| Binary | 10001001 | 1111100 | 11000000 | 11101 | 100011 | 0 | 11001 | 11111011 | 100011 | 111110 |
Color Harmonies of #897CC0
Complementary color
Monochromatic Colors of #897CC0
Black with #897CC0
Text Example
Text Example
White with #897CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CC0; }
p { color: rgb(137,124,192); }
H1.HeaderClassName
{
color: #897CC0;
}
.AnyTagClassName
{
color: #897CC0;
}
</style>
background-color css
<style>
a { background-color: #897CC0; }
a { background-color: rgb(137,124,192); }
div.DivClassName
{
background-color: #897CC0;
}
.BgClassName
{
background-color: #897CC0;
}
</style>
border-color css
<style>
span { border-color: #897CC0; }
span { border-color: rgb(137,124,192); }
td.TdClassName
{
border-color: #897CC0;
}
.TagClassName
{
border-color: #897CC0;
}
</style>