Shades of Moody Blue #8474D4
Tints of Moody Blue #8474D4
RGB
CMYK
RGB Variations
Color information
#8474D4 (or 0x8474D4) is known color: Moody Blue. HEX triplet: 84, 74 and D4. RGB value is (132,116,212). Sum of RGB (Red+Green+Blue) = 132+116+212=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #8474D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474D4 is #7B8B2B. Grayscale: #838383. Windows color (decimal): -8096556 or 13923460. OLE color: 13923460.
HSL color Cylindrical-coordinate representation of color #8474D4: hue angle of 250º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8474D4 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 116 | 212 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.17 |
| HSL | 250º | 0.53% | 0.64% | - |
| HSV(B) | 250º | 0.45% | 0.83% | - |
| XYZ | 27.64 | 22.15 | 65.11 | - |
| YUV | 131.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 212 | 0.38 | 0.45 | 0 | 0.17 | 250 | 0.53 | 0.64 |
| Hex | 84 | 74 | D4 | 26 | 2D | 0 | 11 | FA | 35 | 40 |
| Octal | 204 | 164 | 324 | 46 | 55 | 0 | 21 | 372 | 65 | 100 |
| Binary | 10000100 | 1110100 | 11010100 | 100110 | 101101 | 0 | 10001 | 11111010 | 110101 | 1000000 |
Color Harmonies of #8474D4
Complementary color
Monochromatic Colors of #8474D4
Black with #8474D4
Text Example
Text Example
White with #8474D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474D4; }
p { color: rgb(132,116,212); }
H1.HeaderClassName
{
color: #8474D4;
}
.AnyTagClassName
{
color: #8474D4;
}
</style>
background-color css
<style>
a { background-color: #8474D4; }
a { background-color: rgb(132,116,212); }
div.DivClassName
{
background-color: #8474D4;
}
.BgClassName
{
background-color: #8474D4;
}
</style>
border-color css
<style>
span { border-color: #8474D4; }
span { border-color: rgb(132,116,212); }
td.TdClassName
{
border-color: #8474D4;
}
.TagClassName
{
border-color: #8474D4;
}
</style>