Shades of Moody Blue #8477DB
Tints of Moody Blue #8477DB
RGB
CMYK
RGB Variations
Color information
#8477DB (or 0x8477DB) is known color: Moody Blue. HEX triplet: 84, 77 and DB. RGB value is (132,119,219). Sum of RGB (Red+Green+Blue) = 132+119+219=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #8477DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477DB is #7B8824. Grayscale: #858585. Windows color (decimal): -8095781 or 14382980. OLE color: 14382980.
HSL color Cylindrical-coordinate representation of color #8477DB: hue angle of 247.8º degrees, saturation: 0.58, 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 #8477DB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 119 | 219 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.14 |
| HSL | 247.8º | 0.58% | 0.66% | - |
| HSV(B) | 247.8º | 0.46% | 0.86% | - |
| XYZ | 28.9 | 23.21 | 69.98 | - |
| YUV | 134.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 219 | 0.40 | 0.46 | 0 | 0.14 | 247.8 | 0.58 | 0.66 |
| Hex | 84 | 77 | DB | 28 | 2E | 0 | E | F8 | 3A | 42 |
| Octal | 204 | 167 | 333 | 50 | 56 | 0 | 16 | 370 | 72 | 102 |
| Binary | 10000100 | 1110111 | 11011011 | 101000 | 101110 | 0 | 1110 | 11111000 | 111010 | 1000010 |
Color Harmonies of #8477DB
Complementary color
Monochromatic Colors of #8477DB
Black with #8477DB
Text Example
Text Example
White with #8477DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477DB; }
p { color: rgb(132,119,219); }
H1.HeaderClassName
{
color: #8477DB;
}
.AnyTagClassName
{
color: #8477DB;
}
</style>
background-color css
<style>
a { background-color: #8477DB; }
a { background-color: rgb(132,119,219); }
div.DivClassName
{
background-color: #8477DB;
}
.BgClassName
{
background-color: #8477DB;
}
</style>
border-color css
<style>
span { border-color: #8477DB; }
span { border-color: rgb(132,119,219); }
td.TdClassName
{
border-color: #8477DB;
}
.TagClassName
{
border-color: #8477DB;
}
</style>