Shades of Moody Blue #8472D9
Tints of Moody Blue #8472D9
RGB
CMYK
RGB Variations
Color information
#8472D9 (or 0x8472D9) is known color: Moody Blue. HEX triplet: 84, 72 and D9. RGB value is (132,114,217). Sum of RGB (Red+Green+Blue) = 132+114+217=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #8472D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472D9 is #7B8D26. Grayscale: #828282. Windows color (decimal): -8097063 or 14250628. OLE color: 14250628.
HSL color Cylindrical-coordinate representation of color #8472D9: hue angle of 250.49º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8472D9 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 114 | 217 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.15 |
| HSL | 250.49º | 0.58% | 0.65% | - |
| HSV(B) | 250.49º | 0.47% | 0.85% | - |
| XYZ | 28.06 | 21.95 | 68.4 | - |
| YUV | 131.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 217 | 0.39 | 0.47 | 0 | 0.15 | 250.49 | 0.58 | 0.65 |
| Hex | 84 | 72 | D9 | 27 | 2F | 0 | F | FA | 3A | 41 |
| Octal | 204 | 162 | 331 | 47 | 57 | 0 | 17 | 372 | 72 | 101 |
| Binary | 10000100 | 1110010 | 11011001 | 100111 | 101111 | 0 | 1111 | 11111010 | 111010 | 1000001 |
Color Harmonies of #8472D9
Complementary color
Monochromatic Colors of #8472D9
Black with #8472D9
Text Example
Text Example
White with #8472D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472D9; }
p { color: rgb(132,114,217); }
H1.HeaderClassName
{
color: #8472D9;
}
.AnyTagClassName
{
color: #8472D9;
}
</style>
background-color css
<style>
a { background-color: #8472D9; }
a { background-color: rgb(132,114,217); }
div.DivClassName
{
background-color: #8472D9;
}
.BgClassName
{
background-color: #8472D9;
}
</style>
border-color css
<style>
span { border-color: #8472D9; }
span { border-color: rgb(132,114,217); }
td.TdClassName
{
border-color: #8472D9;
}
.TagClassName
{
border-color: #8472D9;
}
</style>