Shades of Moody Blue #8984D8
Tints of Moody Blue #8984D8
RGB
CMYK
RGB Variations
Color information
#8984D8 (or 0x8984D8) is known color: Moody Blue. HEX triplet: 89, 84 and D8. RGB value is (137,132,216). Sum of RGB (Red+Green+Blue) = 137+132+216=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #8984D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984D8 is #767B27. Grayscale: #8E8E8E. Windows color (decimal): -7764776 or 14189705. OLE color: 14189705.
HSL color Cylindrical-coordinate representation of color #8984D8: hue angle of 243.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8984D8 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 132 | 216 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.15 |
| HSL | 243.57º | 0.52% | 0.68% | - |
| HSV(B) | 243.57º | 0.39% | 0.85% | - |
| XYZ | 30.96 | 26.78 | 68.5 | - |
| YUV | 143.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 216 | 0.37 | 0.39 | 0 | 0.15 | 243.57 | 0.52 | 0.68 |
| Hex | 89 | 84 | D8 | 25 | 27 | 0 | F | F4 | 34 | 44 |
| Octal | 211 | 204 | 330 | 45 | 47 | 0 | 17 | 364 | 64 | 104 |
| Binary | 10001001 | 10000100 | 11011000 | 100101 | 100111 | 0 | 1111 | 11110100 | 110100 | 1000100 |
Color Harmonies of #8984D8
Complementary color
Monochromatic Colors of #8984D8
Black with #8984D8
Text Example
Text Example
White with #8984D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984D8; }
p { color: rgb(137,132,216); }
H1.HeaderClassName
{
color: #8984D8;
}
.AnyTagClassName
{
color: #8984D8;
}
</style>
background-color css
<style>
a { background-color: #8984D8; }
a { background-color: rgb(137,132,216); }
div.DivClassName
{
background-color: #8984D8;
}
.BgClassName
{
background-color: #8984D8;
}
</style>
border-color css
<style>
span { border-color: #8984D8; }
span { border-color: rgb(137,132,216); }
td.TdClassName
{
border-color: #8984D8;
}
.TagClassName
{
border-color: #8984D8;
}
</style>