Shades of Moody Blue #8984BB
Tints of Moody Blue #8984BB
RGB
CMYK
RGB Variations
Color information
#8984BB (or 0x8984BB) is known color: Moody Blue. HEX triplet: 89, 84 and BB. RGB value is (137,132,187). Sum of RGB (Red+Green+Blue) = 137+132+187=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #8984BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984BB is #767B44. Grayscale: #8B8B8B. Windows color (decimal): -7764805 or 12289161. OLE color: 12289161.
HSL color Cylindrical-coordinate representation of color #8984BB: hue angle of 245.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8984BB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 132 | 187 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.27 |
| HSL | 245.45º | 0.29% | 0.63% | - |
| HSV(B) | 245.45º | 0.29% | 0.73% | - |
| XYZ | 27.54 | 25.41 | 50.47 | - |
| YUV | 139.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 187 | 0.27 | 0.29 | 0 | 0.27 | 245.45 | 0.29 | 0.63 |
| Hex | 89 | 84 | BB | 1B | 1D | 0 | 1B | F5 | 1D | 3F |
| Octal | 211 | 204 | 273 | 33 | 35 | 0 | 33 | 365 | 35 | 77 |
| Binary | 10001001 | 10000100 | 10111011 | 11011 | 11101 | 0 | 11011 | 11110101 | 11101 | 111111 |
Color Harmonies of #8984BB
Complementary color
Monochromatic Colors of #8984BB
Black with #8984BB
Text Example
Text Example
White with #8984BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984BB; }
p { color: rgb(137,132,187); }
H1.HeaderClassName
{
color: #8984BB;
}
.AnyTagClassName
{
color: #8984BB;
}
</style>
background-color css
<style>
a { background-color: #8984BB; }
a { background-color: rgb(137,132,187); }
div.DivClassName
{
background-color: #8984BB;
}
.BgClassName
{
background-color: #8984BB;
}
</style>
border-color css
<style>
span { border-color: #8984BB; }
span { border-color: rgb(137,132,187); }
td.TdClassName
{
border-color: #8984BB;
}
.TagClassName
{
border-color: #8984BB;
}
</style>