Shades of Moody Blue #8478DB
Tints of Moody Blue #8478DB
RGB
CMYK
RGB Variations
Color information
#8478DB (or 0x8478DB) is known color: Moody Blue. HEX triplet: 84, 78 and DB. RGB value is (132,120,219). Sum of RGB (Red+Green+Blue) = 132+120+219=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #8478DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478DB is #7B8724. Grayscale: #868686. Windows color (decimal): -8095525 or 14383236. OLE color: 14383236.
HSL color Cylindrical-coordinate representation of color #8478DB: hue angle of 247.27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8478DB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 120 | 219 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.14 |
| HSL | 247.27º | 0.58% | 0.66% | - |
| HSV(B) | 247.27º | 0.45% | 0.86% | - |
| XYZ | 29.02 | 23.45 | 70.02 | - |
| YUV | 134.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 219 | 0.40 | 0.45 | 0 | 0.14 | 247.27 | 0.58 | 0.66 |
| Hex | 84 | 78 | DB | 28 | 2D | 0 | E | F7 | 3A | 42 |
| Octal | 204 | 170 | 333 | 50 | 55 | 0 | 16 | 367 | 72 | 102 |
| Binary | 10000100 | 1111000 | 11011011 | 101000 | 101101 | 0 | 1110 | 11110111 | 111010 | 1000010 |
Color Harmonies of #8478DB
Complementary color
Monochromatic Colors of #8478DB
Black with #8478DB
Text Example
Text Example
White with #8478DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478DB; }
p { color: rgb(132,120,219); }
H1.HeaderClassName
{
color: #8478DB;
}
.AnyTagClassName
{
color: #8478DB;
}
</style>
background-color css
<style>
a { background-color: #8478DB; }
a { background-color: rgb(132,120,219); }
div.DivClassName
{
background-color: #8478DB;
}
.BgClassName
{
background-color: #8478DB;
}
</style>
border-color css
<style>
span { border-color: #8478DB; }
span { border-color: rgb(132,120,219); }
td.TdClassName
{
border-color: #8478DB;
}
.TagClassName
{
border-color: #8478DB;
}
</style>