Shades of Moody Blue #897CDB
Tints of Moody Blue #897CDB
RGB
CMYK
RGB Variations
Color information
#897CDB (or 0x897CDB) is known color: Moody Blue. HEX triplet: 89, 7C and DB. RGB value is (137,124,219). Sum of RGB (Red+Green+Blue) = 137+124+219=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #897CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CDB is #768324. Grayscale: #8A8A8A. Windows color (decimal): -7766821 or 14384265. OLE color: 14384265.
HSL color Cylindrical-coordinate representation of color #897CDB: hue angle of 248.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #897CDB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 124 | 219 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.14 |
| HSL | 248.21º | 0.57% | 0.67% | - |
| HSV(B) | 248.21º | 0.43% | 0.86% | - |
| XYZ | 30.31 | 24.85 | 70.22 | - |
| YUV | 138.72 | 173.31 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 219 | 0.37 | 0.43 | 0 | 0.14 | 248.21 | 0.57 | 0.67 |
| Hex | 89 | 7C | DB | 25 | 2B | 0 | E | F8 | 39 | 43 |
| Octal | 211 | 174 | 333 | 45 | 53 | 0 | 16 | 370 | 71 | 103 |
| Binary | 10001001 | 1111100 | 11011011 | 100101 | 101011 | 0 | 1110 | 11111000 | 111001 | 1000011 |
Color Harmonies of #897CDB
Complementary color
Monochromatic Colors of #897CDB
Black with #897CDB
Text Example
Text Example
White with #897CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CDB; }
p { color: rgb(137,124,219); }
H1.HeaderClassName
{
color: #897CDB;
}
.AnyTagClassName
{
color: #897CDB;
}
</style>
background-color css
<style>
a { background-color: #897CDB; }
a { background-color: rgb(137,124,219); }
div.DivClassName
{
background-color: #897CDB;
}
.BgClassName
{
background-color: #897CDB;
}
</style>
border-color css
<style>
span { border-color: #897CDB; }
span { border-color: rgb(137,124,219); }
td.TdClassName
{
border-color: #897CDB;
}
.TagClassName
{
border-color: #897CDB;
}
</style>