Shades of Moody Blue #897DC0
Tints of Moody Blue #897DC0
RGB
CMYK
RGB Variations
Color information
#897DC0 (or 0x897DC0) is known color: Moody Blue. HEX triplet: 89, 7D and C0. RGB value is (137,125,192). Sum of RGB (Red+Green+Blue) = 137+125+192=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #897DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DC0 is #76823F. Grayscale: #878787. Windows color (decimal): -7766592 or 12615049. OLE color: 12615049.
HSL color Cylindrical-coordinate representation of color #897DC0: hue angle of 250.75º 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 #897DC0 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 125 | 192 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.25 |
| HSL | 250.75º | 0.35% | 0.62% | - |
| HSV(B) | 250.75º | 0.35% | 0.75% | - |
| XYZ | 27.16 | 23.79 | 53.03 | - |
| YUV | 136.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 192 | 0.29 | 0.35 | 0 | 0.25 | 250.75 | 0.35 | 0.62 |
| Hex | 89 | 7D | C0 | 1D | 23 | 0 | 19 | FB | 23 | 3E |
| Octal | 211 | 175 | 300 | 35 | 43 | 0 | 31 | 373 | 43 | 76 |
| Binary | 10001001 | 1111101 | 11000000 | 11101 | 100011 | 0 | 11001 | 11111011 | 100011 | 111110 |
Color Harmonies of #897DC0
Complementary color
Monochromatic Colors of #897DC0
Black with #897DC0
Text Example
Text Example
White with #897DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DC0; }
p { color: rgb(137,125,192); }
H1.HeaderClassName
{
color: #897DC0;
}
.AnyTagClassName
{
color: #897DC0;
}
</style>
background-color css
<style>
a { background-color: #897DC0; }
a { background-color: rgb(137,125,192); }
div.DivClassName
{
background-color: #897DC0;
}
.BgClassName
{
background-color: #897DC0;
}
</style>
border-color css
<style>
span { border-color: #897DC0; }
span { border-color: rgb(137,125,192); }
td.TdClassName
{
border-color: #897DC0;
}
.TagClassName
{
border-color: #897DC0;
}
</style>