Shades of Moody Blue #8474DB
Tints of Moody Blue #8474DB
RGB
CMYK
RGB Variations
Color information
#8474DB (or 0x8474DB) is known color: Moody Blue. HEX triplet: 84, 74 and DB. RGB value is (132,116,219). Sum of RGB (Red+Green+Blue) = 132+116+219=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8474DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474DB is #7B8B24. Grayscale: #848484. Windows color (decimal): -8096549 or 14382212. OLE color: 14382212.
HSL color Cylindrical-coordinate representation of color #8474DB: hue angle of 249.32º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8474DB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 116 | 219 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.14 |
| HSL | 249.32º | 0.59% | 0.66% | - |
| HSV(B) | 249.32º | 0.47% | 0.86% | - |
| XYZ | 28.55 | 22.51 | 69.86 | - |
| YUV | 132.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 219 | 0.40 | 0.47 | 0 | 0.14 | 249.32 | 0.59 | 0.66 |
| Hex | 84 | 74 | DB | 28 | 2F | 0 | E | F9 | 3B | 42 |
| Octal | 204 | 164 | 333 | 50 | 57 | 0 | 16 | 371 | 73 | 102 |
| Binary | 10000100 | 1110100 | 11011011 | 101000 | 101111 | 0 | 1110 | 11111001 | 111011 | 1000010 |
Color Harmonies of #8474DB
Complementary color
Monochromatic Colors of #8474DB
Black with #8474DB
Text Example
Text Example
White with #8474DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474DB; }
p { color: rgb(132,116,219); }
H1.HeaderClassName
{
color: #8474DB;
}
.AnyTagClassName
{
color: #8474DB;
}
</style>
background-color css
<style>
a { background-color: #8474DB; }
a { background-color: rgb(132,116,219); }
div.DivClassName
{
background-color: #8474DB;
}
.BgClassName
{
background-color: #8474DB;
}
</style>
border-color css
<style>
span { border-color: #8474DB; }
span { border-color: rgb(132,116,219); }
td.TdClassName
{
border-color: #8474DB;
}
.TagClassName
{
border-color: #8474DB;
}
</style>