Shades of Moody Blue #8477CC
Tints of Moody Blue #8477CC
RGB
CMYK
RGB Variations
Color information
#8477CC (or 0x8477CC) is known color: Moody Blue. HEX triplet: 84, 77 and CC. RGB value is (132,119,204). Sum of RGB (Red+Green+Blue) = 132+119+204=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #8477CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477CC is #7B8833. Grayscale: #848484. Windows color (decimal): -8095796 or 13399940. OLE color: 13399940.
HSL color Cylindrical-coordinate representation of color #8477CC: hue angle of 249.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8477CC is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 119 | 204 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.2 |
| HSL | 249.18º | 0.45% | 0.63% | - |
| HSV(B) | 249.18º | 0.42% | 0.8% | - |
| XYZ | 27.01 | 22.46 | 60.04 | - |
| YUV | 132.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 204 | 0.35 | 0.42 | 0 | 0.2 | 249.18 | 0.45 | 0.63 |
| Hex | 84 | 77 | CC | 23 | 2A | 0 | 14 | F9 | 2D | 3F |
| Octal | 204 | 167 | 314 | 43 | 52 | 0 | 24 | 371 | 55 | 77 |
| Binary | 10000100 | 1110111 | 11001100 | 100011 | 101010 | 0 | 10100 | 11111001 | 101101 | 111111 |
Color Harmonies of #8477CC
Complementary color
Monochromatic Colors of #8477CC
Black with #8477CC
Text Example
Text Example
White with #8477CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477CC; }
p { color: rgb(132,119,204); }
H1.HeaderClassName
{
color: #8477CC;
}
.AnyTagClassName
{
color: #8477CC;
}
</style>
background-color css
<style>
a { background-color: #8477CC; }
a { background-color: rgb(132,119,204); }
div.DivClassName
{
background-color: #8477CC;
}
.BgClassName
{
background-color: #8477CC;
}
</style>
border-color css
<style>
span { border-color: #8477CC; }
span { border-color: rgb(132,119,204); }
td.TdClassName
{
border-color: #8477CC;
}
.TagClassName
{
border-color: #8477CC;
}
</style>