Shades of Moody Blue #8478C1
Tints of Moody Blue #8478C1
RGB
CMYK
RGB Variations
Color information
#8478C1 (or 0x8478C1) is known color: Moody Blue. HEX triplet: 84, 78 and C1. RGB value is (132,120,193). Sum of RGB (Red+Green+Blue) = 132+120+193=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #8478C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478C1 is #7B873E. Grayscale: #838383. Windows color (decimal): -8095551 or 12679300. OLE color: 12679300.
HSL color Cylindrical-coordinate representation of color #8478C1: hue angle of 249.86º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8478C1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 120 | 193 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.24 |
| HSL | 249.86º | 0.37% | 0.61% | - |
| HSV(B) | 249.86º | 0.38% | 0.76% | - |
| XYZ | 25.86 | 22.19 | 53.37 | - |
| YUV | 131.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 193 | 0.32 | 0.38 | 0 | 0.24 | 249.86 | 0.37 | 0.61 |
| Hex | 84 | 78 | C1 | 20 | 26 | 0 | 18 | FA | 25 | 3D |
| Octal | 204 | 170 | 301 | 40 | 46 | 0 | 30 | 372 | 45 | 75 |
| Binary | 10000100 | 1111000 | 11000001 | 100000 | 100110 | 0 | 11000 | 11111010 | 100101 | 111101 |
Color Harmonies of #8478C1
Complementary color
Monochromatic Colors of #8478C1
Black with #8478C1
Text Example
Text Example
White with #8478C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8478C1; }
p { color: rgb(132,120,193); }
H1.HeaderClassName
{
color: #8478C1;
}
.AnyTagClassName
{
color: #8478C1;
}
</style>
background-color css
<style>
a { background-color: #8478C1; }
a { background-color: rgb(132,120,193); }
div.DivClassName
{
background-color: #8478C1;
}
.BgClassName
{
background-color: #8478C1;
}
</style>
border-color css
<style>
span { border-color: #8478C1; }
span { border-color: rgb(132,120,193); }
td.TdClassName
{
border-color: #8478C1;
}
.TagClassName
{
border-color: #8478C1;
}
</style>