Shades of Moody Blue #9084D8
Tints of Moody Blue #9084D8
RGB
CMYK
RGB Variations
Color information
#9084D8 (or 0x9084D8) is known color: Moody Blue. HEX triplet: 90, 84 and D8. RGB value is (144,132,216). Sum of RGB (Red+Green+Blue) = 144+132+216=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #9084D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084D8 is #6F7B27. Grayscale: #909090. Windows color (decimal): -7306024 or 14189712. OLE color: 14189712.
HSL color Cylindrical-coordinate representation of color #9084D8: hue angle of 248.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 #9084D8 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 132 | 216 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.15 |
| HSL | 248.57º | 0.52% | 0.68% | - |
| HSV(B) | 248.57º | 0.39% | 0.85% | - |
| XYZ | 32.15 | 27.39 | 68.56 | - |
| YUV | 145.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 216 | 0.33 | 0.39 | 0 | 0.15 | 248.57 | 0.52 | 0.68 |
| Hex | 90 | 84 | D8 | 21 | 27 | 0 | F | F9 | 34 | 44 |
| Octal | 220 | 204 | 330 | 41 | 47 | 0 | 17 | 371 | 64 | 104 |
| Binary | 10010000 | 10000100 | 11011000 | 100001 | 100111 | 0 | 1111 | 11111001 | 110100 | 1000100 |
Color Harmonies of #9084D8
Complementary color
Monochromatic Colors of #9084D8
Black with #9084D8
Text Example
Text Example
White with #9084D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084D8; }
p { color: rgb(144,132,216); }
H1.HeaderClassName
{
color: #9084D8;
}
.AnyTagClassName
{
color: #9084D8;
}
</style>
background-color css
<style>
a { background-color: #9084D8; }
a { background-color: rgb(144,132,216); }
div.DivClassName
{
background-color: #9084D8;
}
.BgClassName
{
background-color: #9084D8;
}
</style>
border-color css
<style>
span { border-color: #9084D8; }
span { border-color: rgb(144,132,216); }
td.TdClassName
{
border-color: #9084D8;
}
.TagClassName
{
border-color: #9084D8;
}
</style>