Shades of Moody Blue #8474D3
Tints of Moody Blue #8474D3
RGB
CMYK
RGB Variations
Color information
#8474D3 (or 0x8474D3) is known color: Moody Blue. HEX triplet: 84, 74 and D3. RGB value is (132,116,211). Sum of RGB (Red+Green+Blue) = 132+116+211=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #8474D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474D3 is #7B8B2C. Grayscale: #838383. Windows color (decimal): -8096557 or 13857924. OLE color: 13857924.
HSL color Cylindrical-coordinate representation of color #8474D3: hue angle of 250.11º degrees, saturation: 0.52, 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 #8474D3 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 116 | 211 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.17 |
| HSL | 250.11º | 0.52% | 0.64% | - |
| HSV(B) | 250.11º | 0.45% | 0.83% | - |
| XYZ | 27.52 | 22.1 | 64.44 | - |
| YUV | 131.61 | 172.8 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 211 | 0.37 | 0.45 | 0 | 0.17 | 250.11 | 0.52 | 0.64 |
| Hex | 84 | 74 | D3 | 25 | 2D | 0 | 11 | FA | 34 | 40 |
| Octal | 204 | 164 | 323 | 45 | 55 | 0 | 21 | 372 | 64 | 100 |
| Binary | 10000100 | 1110100 | 11010011 | 100101 | 101101 | 0 | 10001 | 11111010 | 110100 | 1000000 |
Color Harmonies of #8474D3
Complementary color
Monochromatic Colors of #8474D3
Black with #8474D3
Text Example
Text Example
White with #8474D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474D3; }
p { color: rgb(132,116,211); }
H1.HeaderClassName
{
color: #8474D3;
}
.AnyTagClassName
{
color: #8474D3;
}
</style>
background-color css
<style>
a { background-color: #8474D3; }
a { background-color: rgb(132,116,211); }
div.DivClassName
{
background-color: #8474D3;
}
.BgClassName
{
background-color: #8474D3;
}
</style>
border-color css
<style>
span { border-color: #8474D3; }
span { border-color: rgb(132,116,211); }
td.TdClassName
{
border-color: #8474D3;
}
.TagClassName
{
border-color: #8474D3;
}
</style>