Shades of Moody Blue #8478DC
Tints of Moody Blue #8478DC
RGB
CMYK
RGB Variations
Color information
#8478DC (or 0x8478DC) is known color: Moody Blue. HEX triplet: 84, 78 and DC. RGB value is (132,120,220). Sum of RGB (Red+Green+Blue) = 132+120+220=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8478DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478DC is #7B8723. Grayscale: #868686. Windows color (decimal): -8095524 or 14448772. OLE color: 14448772.
HSL color Cylindrical-coordinate representation of color #8478DC: hue angle of 247.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8478DC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 120 | 220 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.14 |
| HSL | 247.2º | 0.59% | 0.67% | - |
| HSV(B) | 247.2º | 0.45% | 0.86% | - |
| XYZ | 29.15 | 23.51 | 70.71 | - |
| YUV | 134.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 220 | 0.40 | 0.45 | 0 | 0.14 | 247.2 | 0.59 | 0.67 |
| Hex | 84 | 78 | DC | 28 | 2D | 0 | E | F7 | 3B | 43 |
| Octal | 204 | 170 | 334 | 50 | 55 | 0 | 16 | 367 | 73 | 103 |
| Binary | 10000100 | 1111000 | 11011100 | 101000 | 101101 | 0 | 1110 | 11110111 | 111011 | 1000011 |
Color Harmonies of #8478DC
Complementary color
Monochromatic Colors of #8478DC
Black with #8478DC
Text Example
Text Example
White with #8478DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478DC; }
p { color: rgb(132,120,220); }
H1.HeaderClassName
{
color: #8478DC;
}
.AnyTagClassName
{
color: #8478DC;
}
</style>
background-color css
<style>
a { background-color: #8478DC; }
a { background-color: rgb(132,120,220); }
div.DivClassName
{
background-color: #8478DC;
}
.BgClassName
{
background-color: #8478DC;
}
</style>
border-color css
<style>
span { border-color: #8478DC; }
span { border-color: rgb(132,120,220); }
td.TdClassName
{
border-color: #8478DC;
}
.TagClassName
{
border-color: #8478DC;
}
</style>