Shades of Moody Blue #8984BA
Tints of Moody Blue #8984BA
RGB
CMYK
RGB Variations
Color information
#8984BA (or 0x8984BA) is known color: Moody Blue. HEX triplet: 89, 84 and BA. RGB value is (137,132,186). Sum of RGB (Red+Green+Blue) = 137+132+186=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #8984BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984BA is #767B45. Grayscale: #8B8B8B. Windows color (decimal): -7764806 or 12223625. OLE color: 12223625.
HSL color Cylindrical-coordinate representation of color #8984BA: hue angle of 245.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8984BA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 132 | 186 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.27 |
| HSL | 245.56º | 0.28% | 0.62% | - |
| HSV(B) | 245.56º | 0.29% | 0.73% | - |
| XYZ | 27.43 | 25.37 | 49.9 | - |
| YUV | 139.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 186 | 0.26 | 0.29 | 0 | 0.27 | 245.56 | 0.28 | 0.62 |
| Hex | 89 | 84 | BA | 1A | 1D | 0 | 1B | F6 | 1C | 3E |
| Octal | 211 | 204 | 272 | 32 | 35 | 0 | 33 | 366 | 34 | 76 |
| Binary | 10001001 | 10000100 | 10111010 | 11010 | 11101 | 0 | 11011 | 11110110 | 11100 | 111110 |
Color Harmonies of #8984BA
Complementary color
Monochromatic Colors of #8984BA
Black with #8984BA
Text Example
Text Example
White with #8984BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984BA; }
p { color: rgb(137,132,186); }
H1.HeaderClassName
{
color: #8984BA;
}
.AnyTagClassName
{
color: #8984BA;
}
</style>
background-color css
<style>
a { background-color: #8984BA; }
a { background-color: rgb(137,132,186); }
div.DivClassName
{
background-color: #8984BA;
}
.BgClassName
{
background-color: #8984BA;
}
</style>
border-color css
<style>
span { border-color: #8984BA; }
span { border-color: rgb(137,132,186); }
td.TdClassName
{
border-color: #8984BA;
}
.TagClassName
{
border-color: #8984BA;
}
</style>