Shades of Moody Blue #8984DF
Tints of Moody Blue #8984DF
RGB
CMYK
RGB Variations
Color information
#8984DF (or 0x8984DF) is known color: Moody Blue. HEX triplet: 89, 84 and DF. RGB value is (137,132,223). Sum of RGB (Red+Green+Blue) = 137+132+223=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #8984DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984DF is #767B20. Grayscale: #8F8F8F. Windows color (decimal): -7764769 or 14648457. OLE color: 14648457.
HSL color Cylindrical-coordinate representation of color #8984DF: hue angle of 243.3º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8984DF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 132 | 223 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.13 |
| HSL | 243.3º | 0.59% | 0.7% | - |
| HSV(B) | 243.3º | 0.41% | 0.87% | - |
| XYZ | 31.89 | 27.15 | 73.37 | - |
| YUV | 143.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 223 | 0.39 | 0.41 | 0 | 0.13 | 243.3 | 0.59 | 0.7 |
| Hex | 89 | 84 | DF | 27 | 29 | 0 | D | F3 | 3B | 46 |
| Octal | 211 | 204 | 337 | 47 | 51 | 0 | 15 | 363 | 73 | 106 |
| Binary | 10001001 | 10000100 | 11011111 | 100111 | 101001 | 0 | 1101 | 11110011 | 111011 | 1000110 |
Color Harmonies of #8984DF
Complementary color
Monochromatic Colors of #8984DF
Black with #8984DF
Text Example
Text Example
White with #8984DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984DF; }
p { color: rgb(137,132,223); }
H1.HeaderClassName
{
color: #8984DF;
}
.AnyTagClassName
{
color: #8984DF;
}
</style>
background-color css
<style>
a { background-color: #8984DF; }
a { background-color: rgb(137,132,223); }
div.DivClassName
{
background-color: #8984DF;
}
.BgClassName
{
background-color: #8984DF;
}
</style>
border-color css
<style>
span { border-color: #8984DF; }
span { border-color: rgb(137,132,223); }
td.TdClassName
{
border-color: #8984DF;
}
.TagClassName
{
border-color: #8984DF;
}
</style>