Shades of Moody Blue #8479D7
Tints of Moody Blue #8479D7
RGB
CMYK
RGB Variations
Color information
#8479D7 (or 0x8479D7) is known color: Moody Blue. HEX triplet: 84, 79 and D7. RGB value is (132,121,215). Sum of RGB (Red+Green+Blue) = 132+121+215=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #8479D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479D7 is #7B8628. Grayscale: #868686. Windows color (decimal): -8095273 or 14121348. OLE color: 14121348.
HSL color Cylindrical-coordinate representation of color #8479D7: hue angle of 247.02º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8479D7 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 121 | 215 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.16 |
| HSL | 247.02º | 0.54% | 0.66% | - |
| HSV(B) | 247.02º | 0.44% | 0.84% | - |
| XYZ | 28.62 | 23.49 | 67.31 | - |
| YUV | 135.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 215 | 0.39 | 0.44 | 0 | 0.16 | 247.02 | 0.54 | 0.66 |
| Hex | 84 | 79 | D7 | 27 | 2C | 0 | 10 | F7 | 36 | 42 |
| Octal | 204 | 171 | 327 | 47 | 54 | 0 | 20 | 367 | 66 | 102 |
| Binary | 10000100 | 1111001 | 11010111 | 100111 | 101100 | 0 | 10000 | 11110111 | 110110 | 1000010 |
Color Harmonies of #8479D7
Complementary color
Monochromatic Colors of #8479D7
Black with #8479D7
Text Example
Text Example
White with #8479D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8479D7; }
p { color: rgb(132,121,215); }
H1.HeaderClassName
{
color: #8479D7;
}
.AnyTagClassName
{
color: #8479D7;
}
</style>
background-color css
<style>
a { background-color: #8479D7; }
a { background-color: rgb(132,121,215); }
div.DivClassName
{
background-color: #8479D7;
}
.BgClassName
{
background-color: #8479D7;
}
</style>
border-color css
<style>
span { border-color: #8479D7; }
span { border-color: rgb(132,121,215); }
td.TdClassName
{
border-color: #8479D7;
}
.TagClassName
{
border-color: #8479D7;
}
</style>