Shades of Moody Blue #897FDD
Tints of Moody Blue #897FDD
RGB
CMYK
RGB Variations
Color information
#897FDD (or 0x897FDD) is known color: Moody Blue. HEX triplet: 89, 7F and DD. RGB value is (137,127,221). Sum of RGB (Red+Green+Blue) = 137+127+221=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #897FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FDD is #768022. Grayscale: #8C8C8C. Windows color (decimal): -7766051 or 14516105. OLE color: 14516105.
HSL color Cylindrical-coordinate representation of color #897FDD: hue angle of 246.38º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897FDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 127 | 221 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.13 |
| HSL | 246.38º | 0.58% | 0.68% | - |
| HSV(B) | 246.38º | 0.43% | 0.87% | - |
| XYZ | 30.96 | 25.72 | 71.74 | - |
| YUV | 140.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 221 | 0.38 | 0.43 | 0 | 0.13 | 246.38 | 0.58 | 0.68 |
| Hex | 89 | 7F | DD | 26 | 2B | 0 | D | F6 | 3A | 44 |
| Octal | 211 | 177 | 335 | 46 | 53 | 0 | 15 | 366 | 72 | 104 |
| Binary | 10001001 | 1111111 | 11011101 | 100110 | 101011 | 0 | 1101 | 11110110 | 111010 | 1000100 |
Color Harmonies of #897FDD
Complementary color
Monochromatic Colors of #897FDD
Black with #897FDD
Text Example
Text Example
White with #897FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FDD; }
p { color: rgb(137,127,221); }
H1.HeaderClassName
{
color: #897FDD;
}
.AnyTagClassName
{
color: #897FDD;
}
</style>
background-color css
<style>
a { background-color: #897FDD; }
a { background-color: rgb(137,127,221); }
div.DivClassName
{
background-color: #897FDD;
}
.BgClassName
{
background-color: #897FDD;
}
</style>
border-color css
<style>
span { border-color: #897FDD; }
span { border-color: rgb(137,127,221); }
td.TdClassName
{
border-color: #897FDD;
}
.TagClassName
{
border-color: #897FDD;
}
</style>