Shades of Moody Blue #897DDB
Tints of Moody Blue #897DDB
RGB
CMYK
RGB Variations
Color information
#897DDB (or 0x897DDB) is known color: Moody Blue. HEX triplet: 89, 7D and DB. RGB value is (137,125,219). Sum of RGB (Red+Green+Blue) = 137+125+219=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #897DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DDB is #768224. Grayscale: #8A8A8A. Windows color (decimal): -7766565 or 14384521. OLE color: 14384521.
HSL color Cylindrical-coordinate representation of color #897DDB: hue angle of 247.66º 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 #897DDB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 125 | 219 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.14 |
| HSL | 247.66º | 0.57% | 0.67% | - |
| HSV(B) | 247.66º | 0.43% | 0.86% | - |
| XYZ | 30.44 | 25.1 | 70.26 | - |
| YUV | 139.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 219 | 0.37 | 0.43 | 0 | 0.14 | 247.66 | 0.57 | 0.67 |
| Hex | 89 | 7D | DB | 25 | 2B | 0 | E | F8 | 39 | 43 |
| Octal | 211 | 175 | 333 | 45 | 53 | 0 | 16 | 370 | 71 | 103 |
| Binary | 10001001 | 1111101 | 11011011 | 100101 | 101011 | 0 | 1110 | 11111000 | 111001 | 1000011 |
Color Harmonies of #897DDB
Complementary color
Monochromatic Colors of #897DDB
Black with #897DDB
Text Example
Text Example
White with #897DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DDB; }
p { color: rgb(137,125,219); }
H1.HeaderClassName
{
color: #897DDB;
}
.AnyTagClassName
{
color: #897DDB;
}
</style>
background-color css
<style>
a { background-color: #897DDB; }
a { background-color: rgb(137,125,219); }
div.DivClassName
{
background-color: #897DDB;
}
.BgClassName
{
background-color: #897DDB;
}
</style>
border-color css
<style>
span { border-color: #897DDB; }
span { border-color: rgb(137,125,219); }
td.TdClassName
{
border-color: #897DDB;
}
.TagClassName
{
border-color: #897DDB;
}
</style>