Shades of Moody Blue #897DDC
Tints of Moody Blue #897DDC
RGB
CMYK
RGB Variations
Color information
#897DDC (or 0x897DDC) is known color: Moody Blue. HEX triplet: 89, 7D and DC. RGB value is (137,125,220). Sum of RGB (Red+Green+Blue) = 137+125+220=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #897DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DDC is #768223. Grayscale: #8B8B8B. Windows color (decimal): -7766564 or 14450057. OLE color: 14450057.
HSL color Cylindrical-coordinate representation of color #897DDC: hue angle of 247.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897DDC is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 125 | 220 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.14 |
| HSL | 247.58º | 0.58% | 0.68% | - |
| HSV(B) | 247.58º | 0.43% | 0.86% | - |
| XYZ | 30.57 | 25.15 | 70.95 | - |
| YUV | 139.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 220 | 0.38 | 0.43 | 0 | 0.14 | 247.58 | 0.58 | 0.68 |
| Hex | 89 | 7D | DC | 26 | 2B | 0 | E | F8 | 3A | 44 |
| Octal | 211 | 175 | 334 | 46 | 53 | 0 | 16 | 370 | 72 | 104 |
| Binary | 10001001 | 1111101 | 11011100 | 100110 | 101011 | 0 | 1110 | 11111000 | 111010 | 1000100 |
Color Harmonies of #897DDC
Complementary color
Monochromatic Colors of #897DDC
Black with #897DDC
Text Example
Text Example
White with #897DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DDC; }
p { color: rgb(137,125,220); }
H1.HeaderClassName
{
color: #897DDC;
}
.AnyTagClassName
{
color: #897DDC;
}
</style>
background-color css
<style>
a { background-color: #897DDC; }
a { background-color: rgb(137,125,220); }
div.DivClassName
{
background-color: #897DDC;
}
.BgClassName
{
background-color: #897DDC;
}
</style>
border-color css
<style>
span { border-color: #897DDC; }
span { border-color: rgb(137,125,220); }
td.TdClassName
{
border-color: #897DDC;
}
.TagClassName
{
border-color: #897DDC;
}
</style>