Shades of Moody Blue #8474BC
Tints of Moody Blue #8474BC
RGB
CMYK
RGB Variations
Color information
#8474BC (or 0x8474BC) is known color: Moody Blue. HEX triplet: 84, 74 and BC. RGB value is (132,116,188). Sum of RGB (Red+Green+Blue) = 132+116+188=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #8474BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474BC is #7B8B43. Grayscale: #808080. Windows color (decimal): -8096580 or 12350596. OLE color: 12350596.
HSL color Cylindrical-coordinate representation of color #8474BC: hue angle of 253.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8474BC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 116 | 188 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.26 |
| HSL | 253.33º | 0.35% | 0.6% | - |
| HSV(B) | 253.33º | 0.38% | 0.74% | - |
| XYZ | 24.84 | 21.03 | 50.33 | - |
| YUV | 128.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 188 | 0.30 | 0.38 | 0 | 0.26 | 253.33 | 0.35 | 0.6 |
| Hex | 84 | 74 | BC | 1E | 26 | 0 | 1A | FD | 23 | 3C |
| Octal | 204 | 164 | 274 | 36 | 46 | 0 | 32 | 375 | 43 | 74 |
| Binary | 10000100 | 1110100 | 10111100 | 11110 | 100110 | 0 | 11010 | 11111101 | 100011 | 111100 |
Color Harmonies of #8474BC
Complementary color
Monochromatic Colors of #8474BC
Black with #8474BC
Text Example
Text Example
White with #8474BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474BC; }
p { color: rgb(132,116,188); }
H1.HeaderClassName
{
color: #8474BC;
}
.AnyTagClassName
{
color: #8474BC;
}
</style>
background-color css
<style>
a { background-color: #8474BC; }
a { background-color: rgb(132,116,188); }
div.DivClassName
{
background-color: #8474BC;
}
.BgClassName
{
background-color: #8474BC;
}
</style>
border-color css
<style>
span { border-color: #8474BC; }
span { border-color: rgb(132,116,188); }
td.TdClassName
{
border-color: #8474BC;
}
.TagClassName
{
border-color: #8474BC;
}
</style>