Shades of Moody Blue #8478BD
Tints of Moody Blue #8478BD
RGB
CMYK
RGB Variations
Color information
#8478BD (or 0x8478BD) is known color: Moody Blue. HEX triplet: 84, 78 and BD. RGB value is (132,120,189). Sum of RGB (Red+Green+Blue) = 132+120+189=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #8478BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478BD is #7B8742. Grayscale: #838383. Windows color (decimal): -8095555 or 12417156. OLE color: 12417156.
HSL color Cylindrical-coordinate representation of color #8478BD: hue angle of 250.43º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8478BD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 120 | 189 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.26 |
| HSL | 250.43º | 0.34% | 0.61% | - |
| HSV(B) | 250.43º | 0.37% | 0.74% | - |
| XYZ | 25.42 | 22.01 | 51.05 | - |
| YUV | 131.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 189 | 0.30 | 0.37 | 0 | 0.26 | 250.43 | 0.34 | 0.61 |
| Hex | 84 | 78 | BD | 1E | 25 | 0 | 1A | FA | 22 | 3D |
| Octal | 204 | 170 | 275 | 36 | 45 | 0 | 32 | 372 | 42 | 75 |
| Binary | 10000100 | 1111000 | 10111101 | 11110 | 100101 | 0 | 11010 | 11111010 | 100010 | 111101 |
Color Harmonies of #8478BD
Complementary color
Monochromatic Colors of #8478BD
Black with #8478BD
Text Example
Text Example
White with #8478BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478BD; }
p { color: rgb(132,120,189); }
H1.HeaderClassName
{
color: #8478BD;
}
.AnyTagClassName
{
color: #8478BD;
}
</style>
background-color css
<style>
a { background-color: #8478BD; }
a { background-color: rgb(132,120,189); }
div.DivClassName
{
background-color: #8478BD;
}
.BgClassName
{
background-color: #8478BD;
}
</style>
border-color css
<style>
span { border-color: #8478BD; }
span { border-color: rgb(132,120,189); }
td.TdClassName
{
border-color: #8478BD;
}
.TagClassName
{
border-color: #8478BD;
}
</style>