Shades of Moody Blue #897CDA
Tints of Moody Blue #897CDA
RGB
CMYK
RGB Variations
Color information
#897CDA (or 0x897CDA) is known color: Moody Blue. HEX triplet: 89, 7C and DA. RGB value is (137,124,218). Sum of RGB (Red+Green+Blue) = 137+124+218=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #897CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CDA is #768325. Grayscale: #8A8A8A. Windows color (decimal): -7766822 or 14318729. OLE color: 14318729.
HSL color Cylindrical-coordinate representation of color #897CDA: hue angle of 248.3º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897CDA is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 124 | 218 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.15 |
| HSL | 248.3º | 0.56% | 0.67% | - |
| HSV(B) | 248.3º | 0.43% | 0.85% | - |
| XYZ | 30.18 | 24.8 | 69.53 | - |
| YUV | 138.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 218 | 0.37 | 0.43 | 0 | 0.15 | 248.3 | 0.56 | 0.67 |
| Hex | 89 | 7C | DA | 25 | 2B | 0 | F | F8 | 38 | 43 |
| Octal | 211 | 174 | 332 | 45 | 53 | 0 | 17 | 370 | 70 | 103 |
| Binary | 10001001 | 1111100 | 11011010 | 100101 | 101011 | 0 | 1111 | 11111000 | 111000 | 1000011 |
Color Harmonies of #897CDA
Complementary color
Monochromatic Colors of #897CDA
Black with #897CDA
Text Example
Text Example
White with #897CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CDA; }
p { color: rgb(137,124,218); }
H1.HeaderClassName
{
color: #897CDA;
}
.AnyTagClassName
{
color: #897CDA;
}
</style>
background-color css
<style>
a { background-color: #897CDA; }
a { background-color: rgb(137,124,218); }
div.DivClassName
{
background-color: #897CDA;
}
.BgClassName
{
background-color: #897CDA;
}
</style>
border-color css
<style>
span { border-color: #897CDA; }
span { border-color: rgb(137,124,218); }
td.TdClassName
{
border-color: #897CDA;
}
.TagClassName
{
border-color: #897CDA;
}
</style>