Shades of Moody Blue #8478BE
Tints of Moody Blue #8478BE
RGB
CMYK
RGB Variations
Color information
#8478BE (or 0x8478BE) is known color: Moody Blue. HEX triplet: 84, 78 and BE. RGB value is (132,120,190). Sum of RGB (Red+Green+Blue) = 132+120+190=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8478BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478BE is #7B8741. Grayscale: #838383. Windows color (decimal): -8095554 or 12482692. OLE color: 12482692.
HSL color Cylindrical-coordinate representation of color #8478BE: hue angle of 250.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8478BE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 120 | 190 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.25 |
| HSL | 250.29º | 0.35% | 0.61% | - |
| HSV(B) | 250.29º | 0.37% | 0.75% | - |
| XYZ | 25.53 | 22.06 | 51.63 | - |
| YUV | 131.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 190 | 0.31 | 0.37 | 0 | 0.25 | 250.29 | 0.35 | 0.61 |
| Hex | 84 | 78 | BE | 1F | 25 | 0 | 19 | FA | 23 | 3D |
| Octal | 204 | 170 | 276 | 37 | 45 | 0 | 31 | 372 | 43 | 75 |
| Binary | 10000100 | 1111000 | 10111110 | 11111 | 100101 | 0 | 11001 | 11111010 | 100011 | 111101 |
Color Harmonies of #8478BE
Complementary color
Monochromatic Colors of #8478BE
Black with #8478BE
Text Example
Text Example
White with #8478BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478BE; }
p { color: rgb(132,120,190); }
H1.HeaderClassName
{
color: #8478BE;
}
.AnyTagClassName
{
color: #8478BE;
}
</style>
background-color css
<style>
a { background-color: #8478BE; }
a { background-color: rgb(132,120,190); }
div.DivClassName
{
background-color: #8478BE;
}
.BgClassName
{
background-color: #8478BE;
}
</style>
border-color css
<style>
span { border-color: #8478BE; }
span { border-color: rgb(132,120,190); }
td.TdClassName
{
border-color: #8478BE;
}
.TagClassName
{
border-color: #8478BE;
}
</style>