Shades of Moody Blue #8479D3
Tints of Moody Blue #8479D3
RGB
CMYK
RGB Variations
Color information
#8479D3 (or 0x8479D3) is known color: Moody Blue. HEX triplet: 84, 79 and D3. RGB value is (132,121,211). Sum of RGB (Red+Green+Blue) = 132+121+211=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #8479D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479D3 is #7B862C. Grayscale: #868686. Windows color (decimal): -8095277 or 13859204. OLE color: 13859204.
HSL color Cylindrical-coordinate representation of color #8479D3: hue angle of 247.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8479D3 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 121 | 211 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.17 |
| HSL | 247.33º | 0.51% | 0.65% | - |
| HSV(B) | 247.33º | 0.43% | 0.83% | - |
| XYZ | 28.11 | 23.28 | 64.64 | - |
| YUV | 134.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 211 | 0.37 | 0.43 | 0 | 0.17 | 247.33 | 0.51 | 0.65 |
| Hex | 84 | 79 | D3 | 25 | 2B | 0 | 11 | F7 | 33 | 41 |
| Octal | 204 | 171 | 323 | 45 | 53 | 0 | 21 | 367 | 63 | 101 |
| Binary | 10000100 | 1111001 | 11010011 | 100101 | 101011 | 0 | 10001 | 11110111 | 110011 | 1000001 |
Color Harmonies of #8479D3
Complementary color
Monochromatic Colors of #8479D3
Black with #8479D3
Text Example
Text Example
White with #8479D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8479D3; }
p { color: rgb(132,121,211); }
H1.HeaderClassName
{
color: #8479D3;
}
.AnyTagClassName
{
color: #8479D3;
}
</style>
background-color css
<style>
a { background-color: #8479D3; }
a { background-color: rgb(132,121,211); }
div.DivClassName
{
background-color: #8479D3;
}
.BgClassName
{
background-color: #8479D3;
}
</style>
border-color css
<style>
span { border-color: #8479D3; }
span { border-color: rgb(132,121,211); }
td.TdClassName
{
border-color: #8479D3;
}
.TagClassName
{
border-color: #8479D3;
}
</style>