Shades of Moody Blue #8476BA
Tints of Moody Blue #8476BA
RGB
CMYK
RGB Variations
Color information
#8476BA (or 0x8476BA) is known color: Moody Blue. HEX triplet: 84, 76 and BA. RGB value is (132,118,186). Sum of RGB (Red+Green+Blue) = 132+118+186=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8476BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476BA is #7B8945. Grayscale: #818181. Windows color (decimal): -8096070 or 12220036. OLE color: 12220036.
HSL color Cylindrical-coordinate representation of color #8476BA: hue angle of 252.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8476BA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 118 | 186 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.27 |
| HSL | 252.35º | 0.33% | 0.6% | - |
| HSV(B) | 252.35º | 0.37% | 0.73% | - |
| XYZ | 24.86 | 21.41 | 49.28 | - |
| YUV | 129.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 186 | 0.29 | 0.37 | 0 | 0.27 | 252.35 | 0.33 | 0.6 |
| Hex | 84 | 76 | BA | 1D | 25 | 0 | 1B | FC | 21 | 3C |
| Octal | 204 | 166 | 272 | 35 | 45 | 0 | 33 | 374 | 41 | 74 |
| Binary | 10000100 | 1110110 | 10111010 | 11101 | 100101 | 0 | 11011 | 11111100 | 100001 | 111100 |
Color Harmonies of #8476BA
Complementary color
Monochromatic Colors of #8476BA
Black with #8476BA
Text Example
Text Example
White with #8476BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476BA; }
p { color: rgb(132,118,186); }
H1.HeaderClassName
{
color: #8476BA;
}
.AnyTagClassName
{
color: #8476BA;
}
</style>
background-color css
<style>
a { background-color: #8476BA; }
a { background-color: rgb(132,118,186); }
div.DivClassName
{
background-color: #8476BA;
}
.BgClassName
{
background-color: #8476BA;
}
</style>
border-color css
<style>
span { border-color: #8476BA; }
span { border-color: rgb(132,118,186); }
td.TdClassName
{
border-color: #8476BA;
}
.TagClassName
{
border-color: #8476BA;
}
</style>