Shades of Moody Blue #8479DD
Tints of Moody Blue #8479DD
RGB
CMYK
RGB Variations
Color information
#8479DD (or 0x8479DD) is known color: Moody Blue. HEX triplet: 84, 79 and DD. RGB value is (132,121,221). Sum of RGB (Red+Green+Blue) = 132+121+221=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #8479DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479DD is #7B8622. Grayscale: #878787. Windows color (decimal): -8095267 or 14514564. OLE color: 14514564.
HSL color Cylindrical-coordinate representation of color #8479DD: hue angle of 246.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8479DD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 121 | 221 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.13 |
| HSL | 246.6º | 0.6% | 0.67% | - |
| HSV(B) | 246.6º | 0.45% | 0.87% | - |
| XYZ | 29.4 | 23.8 | 71.45 | - |
| YUV | 135.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 221 | 0.40 | 0.45 | 0 | 0.13 | 246.6 | 0.6 | 0.67 |
| Hex | 84 | 79 | DD | 28 | 2D | 0 | D | F7 | 3C | 43 |
| Octal | 204 | 171 | 335 | 50 | 55 | 0 | 15 | 367 | 74 | 103 |
| Binary | 10000100 | 1111001 | 11011101 | 101000 | 101101 | 0 | 1101 | 11110111 | 111100 | 1000011 |
Color Harmonies of #8479DD
Complementary color
Monochromatic Colors of #8479DD
Black with #8479DD
Text Example
Text Example
White with #8479DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8479DD; }
p { color: rgb(132,121,221); }
H1.HeaderClassName
{
color: #8479DD;
}
.AnyTagClassName
{
color: #8479DD;
}
</style>
background-color css
<style>
a { background-color: #8479DD; }
a { background-color: rgb(132,121,221); }
div.DivClassName
{
background-color: #8479DD;
}
.BgClassName
{
background-color: #8479DD;
}
</style>
border-color css
<style>
span { border-color: #8479DD; }
span { border-color: rgb(132,121,221); }
td.TdClassName
{
border-color: #8479DD;
}
.TagClassName
{
border-color: #8479DD;
}
</style>