Shades of Moody Blue #8984BE
Tints of Moody Blue #8984BE
RGB
CMYK
RGB Variations
Color information
#8984BE (or 0x8984BE) is known color: Moody Blue. HEX triplet: 89, 84 and BE. RGB value is (137,132,190). Sum of RGB (Red+Green+Blue) = 137+132+190=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8984BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984BE is #767B41. Grayscale: #8B8B8B. Windows color (decimal): -7764802 or 12485769. OLE color: 12485769.
HSL color Cylindrical-coordinate representation of color #8984BE: hue angle of 245.17º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8984BE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 132 | 190 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.25 |
| HSL | 245.17º | 0.31% | 0.63% | - |
| HSV(B) | 245.17º | 0.31% | 0.75% | - |
| XYZ | 27.86 | 25.54 | 52.18 | - |
| YUV | 140.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 190 | 0.28 | 0.31 | 0 | 0.25 | 245.17 | 0.31 | 0.63 |
| Hex | 89 | 84 | BE | 1C | 1F | 0 | 19 | F5 | 1F | 3F |
| Octal | 211 | 204 | 276 | 34 | 37 | 0 | 31 | 365 | 37 | 77 |
| Binary | 10001001 | 10000100 | 10111110 | 11100 | 11111 | 0 | 11001 | 11110101 | 11111 | 111111 |
Color Harmonies of #8984BE
Complementary color
Monochromatic Colors of #8984BE
Black with #8984BE
Text Example
Text Example
White with #8984BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984BE; }
p { color: rgb(137,132,190); }
H1.HeaderClassName
{
color: #8984BE;
}
.AnyTagClassName
{
color: #8984BE;
}
</style>
background-color css
<style>
a { background-color: #8984BE; }
a { background-color: rgb(137,132,190); }
div.DivClassName
{
background-color: #8984BE;
}
.BgClassName
{
background-color: #8984BE;
}
</style>
border-color css
<style>
span { border-color: #8984BE; }
span { border-color: rgb(137,132,190); }
td.TdClassName
{
border-color: #8984BE;
}
.TagClassName
{
border-color: #8984BE;
}
</style>