Shades of Moody Blue #7978CC
Tints of Moody Blue #7978CC
RGB
CMYK
RGB Variations
Color information
#7978CC (or 0x7978CC) is known color: Moody Blue. HEX triplet: 79, 78 and CC. RGB value is (121,120,204). Sum of RGB (Red+Green+Blue) = 121+120+204=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #7978CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7978CC is #868733. Grayscale: #818181. Windows color (decimal): -8816436 or 13400185. OLE color: 13400185.
HSL color Cylindrical-coordinate representation of color #7978CC: hue angle of 240.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7978CC is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 120 | 204 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.2 |
| HSL | 240.71º | 0.45% | 0.64% | - |
| HSV(B) | 240.71º | 0.41% | 0.8% | - |
| XYZ | 25.5 | 21.86 | 60 | - |
| YUV | 129.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 204 | 0.41 | 0.41 | 0 | 0.2 | 240.71 | 0.45 | 0.64 |
| Hex | 79 | 78 | CC | 29 | 29 | 0 | 14 | F1 | 2D | 40 |
| Octal | 171 | 170 | 314 | 51 | 51 | 0 | 24 | 361 | 55 | 100 |
| Binary | 1111001 | 1111000 | 11001100 | 101001 | 101001 | 0 | 10100 | 11110001 | 101101 | 1000000 |
Color Harmonies of #7978CC
Complementary color
Monochromatic Colors of #7978CC
Black with #7978CC
Text Example
Text Example
White with #7978CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978CC; }
p { color: rgb(121,120,204); }
H1.HeaderClassName
{
color: #7978CC;
}
.AnyTagClassName
{
color: #7978CC;
}
</style>
background-color css
<style>
a { background-color: #7978CC; }
a { background-color: rgb(121,120,204); }
div.DivClassName
{
background-color: #7978CC;
}
.BgClassName
{
background-color: #7978CC;
}
</style>
border-color css
<style>
span { border-color: #7978CC; }
span { border-color: rgb(121,120,204); }
td.TdClassName
{
border-color: #7978CC;
}
.TagClassName
{
border-color: #7978CC;
}
</style>