Shades of Moody Blue #8474D7
Tints of Moody Blue #8474D7
RGB
CMYK
RGB Variations
Color information
#8474D7 (or 0x8474D7) is known color: Moody Blue. HEX triplet: 84, 74 and D7. RGB value is (132,116,215). Sum of RGB (Red+Green+Blue) = 132+116+215=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #8474D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474D7 is #7B8B28. Grayscale: #838383. Windows color (decimal): -8096553 or 14120068. OLE color: 14120068.
HSL color Cylindrical-coordinate representation of color #8474D7: hue angle of 249.7º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8474D7 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 116 | 215 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.16 |
| HSL | 249.7º | 0.55% | 0.65% | - |
| HSV(B) | 249.7º | 0.46% | 0.84% | - |
| XYZ | 28.03 | 22.3 | 67.12 | - |
| YUV | 132.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 215 | 0.39 | 0.46 | 0 | 0.16 | 249.7 | 0.55 | 0.65 |
| Hex | 84 | 74 | D7 | 27 | 2E | 0 | 10 | FA | 37 | 41 |
| Octal | 204 | 164 | 327 | 47 | 56 | 0 | 20 | 372 | 67 | 101 |
| Binary | 10000100 | 1110100 | 11010111 | 100111 | 101110 | 0 | 10000 | 11111010 | 110111 | 1000001 |
Color Harmonies of #8474D7
Complementary color
Monochromatic Colors of #8474D7
Black with #8474D7
Text Example
Text Example
White with #8474D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474D7; }
p { color: rgb(132,116,215); }
H1.HeaderClassName
{
color: #8474D7;
}
.AnyTagClassName
{
color: #8474D7;
}
</style>
background-color css
<style>
a { background-color: #8474D7; }
a { background-color: rgb(132,116,215); }
div.DivClassName
{
background-color: #8474D7;
}
.BgClassName
{
background-color: #8474D7;
}
</style>
border-color css
<style>
span { border-color: #8474D7; }
span { border-color: rgb(132,116,215); }
td.TdClassName
{
border-color: #8474D7;
}
.TagClassName
{
border-color: #8474D7;
}
</style>