Shades of Moody Blue #8477DC
Tints of Moody Blue #8477DC
RGB
CMYK
RGB Variations
Color information
#8477DC (or 0x8477DC) is known color: Moody Blue. HEX triplet: 84, 77 and DC. RGB value is (132,119,220). Sum of RGB (Red+Green+Blue) = 132+119+220=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8477DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477DC is #7B8823. Grayscale: #868686. Windows color (decimal): -8095780 or 14448516. OLE color: 14448516.
HSL color Cylindrical-coordinate representation of color #8477DC: hue angle of 247.72º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8477DC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 119 | 220 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.14 |
| HSL | 247.72º | 0.59% | 0.66% | - |
| HSV(B) | 247.72º | 0.46% | 0.86% | - |
| XYZ | 29.03 | 23.27 | 70.67 | - |
| YUV | 134.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 220 | 0.40 | 0.46 | 0 | 0.14 | 247.72 | 0.59 | 0.66 |
| Hex | 84 | 77 | DC | 28 | 2E | 0 | E | F8 | 3B | 42 |
| Octal | 204 | 167 | 334 | 50 | 56 | 0 | 16 | 370 | 73 | 102 |
| Binary | 10000100 | 1110111 | 11011100 | 101000 | 101110 | 0 | 1110 | 11111000 | 111011 | 1000010 |
Color Harmonies of #8477DC
Complementary color
Monochromatic Colors of #8477DC
Black with #8477DC
Text Example
Text Example
White with #8477DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477DC; }
p { color: rgb(132,119,220); }
H1.HeaderClassName
{
color: #8477DC;
}
.AnyTagClassName
{
color: #8477DC;
}
</style>
background-color css
<style>
a { background-color: #8477DC; }
a { background-color: rgb(132,119,220); }
div.DivClassName
{
background-color: #8477DC;
}
.BgClassName
{
background-color: #8477DC;
}
</style>
border-color css
<style>
span { border-color: #8477DC; }
span { border-color: rgb(132,119,220); }
td.TdClassName
{
border-color: #8477DC;
}
.TagClassName
{
border-color: #8477DC;
}
</style>