Shades of Moody Blue #8472D2
Tints of Moody Blue #8472D2
RGB
CMYK
RGB Variations
Color information
#8472D2 (or 0x8472D2) is known color: Moody Blue. HEX triplet: 84, 72 and D2. RGB value is (132,114,210). Sum of RGB (Red+Green+Blue) = 132+114+210=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #8472D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472D2 is #7B8D2D. Grayscale: #818181. Windows color (decimal): -8097070 or 13791876. OLE color: 13791876.
HSL color Cylindrical-coordinate representation of color #8472D2: hue angle of 251.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8472D2 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 114 | 210 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.18 |
| HSL | 251.25º | 0.52% | 0.64% | - |
| HSV(B) | 251.25º | 0.46% | 0.82% | - |
| XYZ | 27.17 | 21.59 | 63.71 | - |
| YUV | 130.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 210 | 0.37 | 0.46 | 0 | 0.18 | 251.25 | 0.52 | 0.64 |
| Hex | 84 | 72 | D2 | 25 | 2E | 0 | 12 | FB | 34 | 40 |
| Octal | 204 | 162 | 322 | 45 | 56 | 0 | 22 | 373 | 64 | 100 |
| Binary | 10000100 | 1110010 | 11010010 | 100101 | 101110 | 0 | 10010 | 11111011 | 110100 | 1000000 |
Color Harmonies of #8472D2
Complementary color
Monochromatic Colors of #8472D2
Black with #8472D2
Text Example
Text Example
White with #8472D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472D2; }
p { color: rgb(132,114,210); }
H1.HeaderClassName
{
color: #8472D2;
}
.AnyTagClassName
{
color: #8472D2;
}
</style>
background-color css
<style>
a { background-color: #8472D2; }
a { background-color: rgb(132,114,210); }
div.DivClassName
{
background-color: #8472D2;
}
.BgClassName
{
background-color: #8472D2;
}
</style>
border-color css
<style>
span { border-color: #8472D2; }
span { border-color: rgb(132,114,210); }
td.TdClassName
{
border-color: #8472D2;
}
.TagClassName
{
border-color: #8472D2;
}
</style>