Shades of Moody Blue #8474BA
Tints of Moody Blue #8474BA
RGB
CMYK
RGB Variations
Color information
#8474BA (or 0x8474BA) is known color: Moody Blue. HEX triplet: 84, 74 and BA. RGB value is (132,116,186). Sum of RGB (Red+Green+Blue) = 132+116+186=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8474BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474BA is #7B8B45. Grayscale: #808080. Windows color (decimal): -8096582 or 12219524. OLE color: 12219524.
HSL color Cylindrical-coordinate representation of color #8474BA: hue angle of 253.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8474BA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 116 | 186 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.27 |
| HSL | 253.71º | 0.34% | 0.59% | - |
| HSV(B) | 253.71º | 0.38% | 0.73% | - |
| XYZ | 24.62 | 20.94 | 49.2 | - |
| YUV | 128.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 186 | 0.29 | 0.38 | 0 | 0.27 | 253.71 | 0.34 | 0.59 |
| Hex | 84 | 74 | BA | 1D | 26 | 0 | 1B | FE | 22 | 3B |
| Octal | 204 | 164 | 272 | 35 | 46 | 0 | 33 | 376 | 42 | 73 |
| Binary | 10000100 | 1110100 | 10111010 | 11101 | 100110 | 0 | 11011 | 11111110 | 100010 | 111011 |
Color Harmonies of #8474BA
Complementary color
Monochromatic Colors of #8474BA
Black with #8474BA
Text Example
Text Example
White with #8474BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474BA; }
p { color: rgb(132,116,186); }
H1.HeaderClassName
{
color: #8474BA;
}
.AnyTagClassName
{
color: #8474BA;
}
</style>
background-color css
<style>
a { background-color: #8474BA; }
a { background-color: rgb(132,116,186); }
div.DivClassName
{
background-color: #8474BA;
}
.BgClassName
{
background-color: #8474BA;
}
</style>
border-color css
<style>
span { border-color: #8474BA; }
span { border-color: rgb(132,116,186); }
td.TdClassName
{
border-color: #8474BA;
}
.TagClassName
{
border-color: #8474BA;
}
</style>