Shades of Moody Blue #8472D0
Tints of Moody Blue #8472D0
RGB
CMYK
RGB Variations
Color information
#8472D0 (or 0x8472D0) is known color: Moody Blue. HEX triplet: 84, 72 and D0. RGB value is (132,114,208). Sum of RGB (Red+Green+Blue) = 132+114+208=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #8472D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472D0 is #7B8D2F. Grayscale: #818181. Windows color (decimal): -8097072 or 13660804. OLE color: 13660804.
HSL color Cylindrical-coordinate representation of color #8472D0: hue angle of 251.49º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8472D0 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 114 | 208 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.18 |
| HSL | 251.49º | 0.5% | 0.63% | - |
| HSV(B) | 251.49º | 0.45% | 0.82% | - |
| XYZ | 26.92 | 21.49 | 62.4 | - |
| YUV | 130.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 208 | 0.37 | 0.45 | 0 | 0.18 | 251.49 | 0.5 | 0.63 |
| Hex | 84 | 72 | D0 | 25 | 2D | 0 | 12 | FB | 32 | 3F |
| Octal | 204 | 162 | 320 | 45 | 55 | 0 | 22 | 373 | 62 | 77 |
| Binary | 10000100 | 1110010 | 11010000 | 100101 | 101101 | 0 | 10010 | 11111011 | 110010 | 111111 |
Color Harmonies of #8472D0
Complementary color
Monochromatic Colors of #8472D0
Black with #8472D0
Text Example
Text Example
White with #8472D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472D0; }
p { color: rgb(132,114,208); }
H1.HeaderClassName
{
color: #8472D0;
}
.AnyTagClassName
{
color: #8472D0;
}
</style>
background-color css
<style>
a { background-color: #8472D0; }
a { background-color: rgb(132,114,208); }
div.DivClassName
{
background-color: #8472D0;
}
.BgClassName
{
background-color: #8472D0;
}
</style>
border-color css
<style>
span { border-color: #8472D0; }
span { border-color: rgb(132,114,208); }
td.TdClassName
{
border-color: #8472D0;
}
.TagClassName
{
border-color: #8472D0;
}
</style>