Shades of Moody Blue #8984BD
Tints of Moody Blue #8984BD
RGB
CMYK
RGB Variations
Color information
#8984BD (or 0x8984BD) is known color: Moody Blue. HEX triplet: 89, 84 and BD. RGB value is (137,132,189). Sum of RGB (Red+Green+Blue) = 137+132+189=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #8984BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984BD is #767B42. Grayscale: #8B8B8B. Windows color (decimal): -7764803 or 12420233. OLE color: 12420233.
HSL color Cylindrical-coordinate representation of color #8984BD: hue angle of 245.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8984BD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 132 | 189 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.26 |
| HSL | 245.26º | 0.3% | 0.63% | - |
| HSV(B) | 245.26º | 0.3% | 0.74% | - |
| XYZ | 27.75 | 25.5 | 51.6 | - |
| YUV | 139.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 189 | 0.28 | 0.30 | 0 | 0.26 | 245.26 | 0.3 | 0.63 |
| Hex | 89 | 84 | BD | 1C | 1E | 0 | 1A | F5 | 1E | 3F |
| Octal | 211 | 204 | 275 | 34 | 36 | 0 | 32 | 365 | 36 | 77 |
| Binary | 10001001 | 10000100 | 10111101 | 11100 | 11110 | 0 | 11010 | 11110101 | 11110 | 111111 |
Color Harmonies of #8984BD
Complementary color
Monochromatic Colors of #8984BD
Black with #8984BD
Text Example
Text Example
White with #8984BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984BD; }
p { color: rgb(137,132,189); }
H1.HeaderClassName
{
color: #8984BD;
}
.AnyTagClassName
{
color: #8984BD;
}
</style>
background-color css
<style>
a { background-color: #8984BD; }
a { background-color: rgb(137,132,189); }
div.DivClassName
{
background-color: #8984BD;
}
.BgClassName
{
background-color: #8984BD;
}
</style>
border-color css
<style>
span { border-color: #8984BD; }
span { border-color: rgb(137,132,189); }
td.TdClassName
{
border-color: #8984BD;
}
.TagClassName
{
border-color: #8984BD;
}
</style>