Shades of Moody Blue #7880DC
Tints of Moody Blue #7880DC
RGB
CMYK
RGB Variations
Color information
#7880DC (or 0x7880DC) is known color: Moody Blue. HEX triplet: 78, 80 and DC. RGB value is (120,128,220). Sum of RGB (Red+Green+Blue) = 120+128+220=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7880DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880DC is #877F23. Grayscale: #878787. Windows color (decimal): -8879908 or 14450808. OLE color: 14450808.
HSL color Cylindrical-coordinate representation of color #7880DC: hue angle of 235.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7880DC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 128 | 220 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.14 |
| HSL | 235.2º | 0.59% | 0.67% | - |
| HSV(B) | 235.2º | 0.45% | 0.86% | - |
| XYZ | 28.38 | 24.6 | 70.96 | - |
| YUV | 136.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 220 | 0.45 | 0.42 | 0 | 0.14 | 235.2 | 0.59 | 0.67 |
| Hex | 78 | 80 | DC | 2D | 2A | 0 | E | EB | 3B | 43 |
| Octal | 170 | 200 | 334 | 55 | 52 | 0 | 16 | 353 | 73 | 103 |
| Binary | 1111000 | 10000000 | 11011100 | 101101 | 101010 | 0 | 1110 | 11101011 | 111011 | 1000011 |
Color Harmonies of #7880DC
Complementary color
Monochromatic Colors of #7880DC
Black with #7880DC
Text Example
Text Example
White with #7880DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880DC; }
p { color: rgb(120,128,220); }
H1.HeaderClassName
{
color: #7880DC;
}
.AnyTagClassName
{
color: #7880DC;
}
</style>
background-color css
<style>
a { background-color: #7880DC; }
a { background-color: rgb(120,128,220); }
div.DivClassName
{
background-color: #7880DC;
}
.BgClassName
{
background-color: #7880DC;
}
</style>
border-color css
<style>
span { border-color: #7880DC; }
span { border-color: rgb(120,128,220); }
td.TdClassName
{
border-color: #7880DC;
}
.TagClassName
{
border-color: #7880DC;
}
</style>