Shades of Moody Blue #8480C2
Tints of Moody Blue #8480C2
RGB
CMYK
RGB Variations
Color information
#8480C2 (or 0x8480C2) is known color: Moody Blue. HEX triplet: 84, 80 and C2. RGB value is (132,128,194). Sum of RGB (Red+Green+Blue) = 132+128+194=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #8480C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480C2 is #7B7F3D. Grayscale: #888888. Windows color (decimal): -8093502 or 12746884. OLE color: 12746884.
HSL color Cylindrical-coordinate representation of color #8480C2: hue angle of 243.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8480C2 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 128 | 194 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.24 |
| HSL | 243.64º | 0.35% | 0.63% | - |
| HSV(B) | 243.64º | 0.34% | 0.76% | - |
| XYZ | 26.97 | 24.24 | 54.3 | - |
| YUV | 136.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 194 | 0.32 | 0.34 | 0 | 0.24 | 243.64 | 0.35 | 0.63 |
| Hex | 84 | 80 | C2 | 20 | 22 | 0 | 18 | F4 | 23 | 3F |
| Octal | 204 | 200 | 302 | 40 | 42 | 0 | 30 | 364 | 43 | 77 |
| Binary | 10000100 | 10000000 | 11000010 | 100000 | 100010 | 0 | 11000 | 11110100 | 100011 | 111111 |
Color Harmonies of #8480C2
Complementary color
Monochromatic Colors of #8480C2
Black with #8480C2
Text Example
Text Example
White with #8480C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8480C2; }
p { color: rgb(132,128,194); }
H1.HeaderClassName
{
color: #8480C2;
}
.AnyTagClassName
{
color: #8480C2;
}
</style>
background-color css
<style>
a { background-color: #8480C2; }
a { background-color: rgb(132,128,194); }
div.DivClassName
{
background-color: #8480C2;
}
.BgClassName
{
background-color: #8480C2;
}
</style>
border-color css
<style>
span { border-color: #8480C2; }
span { border-color: rgb(132,128,194); }
td.TdClassName
{
border-color: #8480C2;
}
.TagClassName
{
border-color: #8480C2;
}
</style>