Shades of Moody Blue #8474C0
Tints of Moody Blue #8474C0
RGB
CMYK
RGB Variations
Color information
#8474C0 (or 0x8474C0) is known color: Moody Blue. HEX triplet: 84, 74 and C0. RGB value is (132,116,192). Sum of RGB (Red+Green+Blue) = 132+116+192=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #8474C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474C0 is #7B8B3F. Grayscale: #818181. Windows color (decimal): -8096576 or 12612740. OLE color: 12612740.
HSL color Cylindrical-coordinate representation of color #8474C0: hue angle of 252.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8474C0 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 116 | 192 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.25 |
| HSL | 252.63º | 0.38% | 0.6% | - |
| HSV(B) | 252.63º | 0.4% | 0.75% | - |
| XYZ | 25.28 | 21.2 | 52.63 | - |
| YUV | 129.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 192 | 0.31 | 0.40 | 0 | 0.25 | 252.63 | 0.38 | 0.6 |
| Hex | 84 | 74 | C0 | 1F | 28 | 0 | 19 | FD | 26 | 3C |
| Octal | 204 | 164 | 300 | 37 | 50 | 0 | 31 | 375 | 46 | 74 |
| Binary | 10000100 | 1110100 | 11000000 | 11111 | 101000 | 0 | 11001 | 11111101 | 100110 | 111100 |
Color Harmonies of #8474C0
Complementary color
Monochromatic Colors of #8474C0
Black with #8474C0
Text Example
Text Example
White with #8474C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474C0; }
p { color: rgb(132,116,192); }
H1.HeaderClassName
{
color: #8474C0;
}
.AnyTagClassName
{
color: #8474C0;
}
</style>
background-color css
<style>
a { background-color: #8474C0; }
a { background-color: rgb(132,116,192); }
div.DivClassName
{
background-color: #8474C0;
}
.BgClassName
{
background-color: #8474C0;
}
</style>
border-color css
<style>
span { border-color: #8474C0; }
span { border-color: rgb(132,116,192); }
td.TdClassName
{
border-color: #8474C0;
}
.TagClassName
{
border-color: #8474C0;
}
</style>