Shades of Moody Blue #7880DD
Tints of Moody Blue #7880DD
RGB
CMYK
RGB Variations
Color information
#7880DD (or 0x7880DD) is known color: Moody Blue. HEX triplet: 78, 80 and DD. RGB value is (120,128,221). Sum of RGB (Red+Green+Blue) = 120+128+221=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #7880DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880DD is #877F22. Grayscale: #878787. Windows color (decimal): -8879907 or 14516344. OLE color: 14516344.
HSL color Cylindrical-coordinate representation of color #7880DD: hue angle of 235.25º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7880DD is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 128 | 221 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.13 |
| HSL | 235.25º | 0.6% | 0.67% | - |
| HSV(B) | 235.25º | 0.46% | 0.87% | - |
| XYZ | 28.52 | 24.65 | 71.66 | - |
| YUV | 136.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 221 | 0.46 | 0.42 | 0 | 0.13 | 235.25 | 0.6 | 0.67 |
| Hex | 78 | 80 | DD | 2E | 2A | 0 | D | EB | 3C | 43 |
| Octal | 170 | 200 | 335 | 56 | 52 | 0 | 15 | 353 | 74 | 103 |
| Binary | 1111000 | 10000000 | 11011101 | 101110 | 101010 | 0 | 1101 | 11101011 | 111100 | 1000011 |
Color Harmonies of #7880DD
Complementary color
Monochromatic Colors of #7880DD
Black with #7880DD
Text Example
Text Example
White with #7880DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880DD; }
p { color: rgb(120,128,221); }
H1.HeaderClassName
{
color: #7880DD;
}
.AnyTagClassName
{
color: #7880DD;
}
</style>
background-color css
<style>
a { background-color: #7880DD; }
a { background-color: rgb(120,128,221); }
div.DivClassName
{
background-color: #7880DD;
}
.BgClassName
{
background-color: #7880DD;
}
</style>
border-color css
<style>
span { border-color: #7880DD; }
span { border-color: rgb(120,128,221); }
td.TdClassName
{
border-color: #7880DD;
}
.TagClassName
{
border-color: #7880DD;
}
</style>