Shades of Moody Blue #8984DB
Tints of Moody Blue #8984DB
RGB
CMYK
RGB Variations
Color information
#8984DB (or 0x8984DB) is known color: Moody Blue. HEX triplet: 89, 84 and DB. RGB value is (137,132,219). Sum of RGB (Red+Green+Blue) = 137+132+219=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #8984DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984DB is #767B24. Grayscale: #8F8F8F. Windows color (decimal): -7764773 or 14386313. OLE color: 14386313.
HSL color Cylindrical-coordinate representation of color #8984DB: hue angle of 243.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8984DB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 132 | 219 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.14 |
| HSL | 243.45º | 0.55% | 0.69% | - |
| HSV(B) | 243.45º | 0.4% | 0.86% | - |
| XYZ | 31.35 | 26.94 | 70.56 | - |
| YUV | 143.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 219 | 0.37 | 0.40 | 0 | 0.14 | 243.45 | 0.55 | 0.69 |
| Hex | 89 | 84 | DB | 25 | 28 | 0 | E | F3 | 37 | 45 |
| Octal | 211 | 204 | 333 | 45 | 50 | 0 | 16 | 363 | 67 | 105 |
| Binary | 10001001 | 10000100 | 11011011 | 100101 | 101000 | 0 | 1110 | 11110011 | 110111 | 1000101 |
Color Harmonies of #8984DB
Complementary color
Monochromatic Colors of #8984DB
Black with #8984DB
Text Example
Text Example
White with #8984DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984DB; }
p { color: rgb(137,132,219); }
H1.HeaderClassName
{
color: #8984DB;
}
.AnyTagClassName
{
color: #8984DB;
}
</style>
background-color css
<style>
a { background-color: #8984DB; }
a { background-color: rgb(137,132,219); }
div.DivClassName
{
background-color: #8984DB;
}
.BgClassName
{
background-color: #8984DB;
}
</style>
border-color css
<style>
span { border-color: #8984DB; }
span { border-color: rgb(137,132,219); }
td.TdClassName
{
border-color: #8984DB;
}
.TagClassName
{
border-color: #8984DB;
}
</style>