Shades of Moody Blue #7878DC
Tints of Moody Blue #7878DC
RGB
CMYK
RGB Variations
Color information
#7878DC (or 0x7878DC) is known color: Moody Blue. HEX triplet: 78, 78 and DC. RGB value is (120,120,220). Sum of RGB (Red+Green+Blue) = 120+120+220=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #7878DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7878DC is #878723. Grayscale: #838383. Windows color (decimal): -8881956 or 14448760. OLE color: 14448760.
HSL color Cylindrical-coordinate representation of color #7878DC: hue angle of 240º 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 #7878DC is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 120 | 220 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.14 |
| HSL | 240º | 0.59% | 0.67% | - |
| HSV(B) | 240º | 0.45% | 0.86% | - |
| XYZ | 27.38 | 22.59 | 70.63 | - |
| YUV | 131.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 220 | 0.45 | 0.45 | 0 | 0.14 | 240 | 0.59 | 0.67 |
| Hex | 78 | 78 | DC | 2D | 2D | 0 | E | F0 | 3B | 43 |
| Octal | 170 | 170 | 334 | 55 | 55 | 0 | 16 | 360 | 73 | 103 |
| Binary | 1111000 | 1111000 | 11011100 | 101101 | 101101 | 0 | 1110 | 11110000 | 111011 | 1000011 |
Color Harmonies of #7878DC
Complementary color
Monochromatic Colors of #7878DC
Black with #7878DC
Text Example
Text Example
White with #7878DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7878DC; }
p { color: rgb(120,120,220); }
H1.HeaderClassName
{
color: #7878DC;
}
.AnyTagClassName
{
color: #7878DC;
}
</style>
background-color css
<style>
a { background-color: #7878DC; }
a { background-color: rgb(120,120,220); }
div.DivClassName
{
background-color: #7878DC;
}
.BgClassName
{
background-color: #7878DC;
}
</style>
border-color css
<style>
span { border-color: #7878DC; }
span { border-color: rgb(120,120,220); }
td.TdClassName
{
border-color: #7878DC;
}
.TagClassName
{
border-color: #7878DC;
}
</style>