Shades of Moody Blue #7978BF
Tints of Moody Blue #7978BF
RGB
CMYK
RGB Variations
Color information
#7978BF (or 0x7978BF) is known color: Moody Blue. HEX triplet: 79, 78 and BF. RGB value is (121,120,191). Sum of RGB (Red+Green+Blue) = 121+120+191=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #7978BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7978BF is #868740. Grayscale: #808080. Windows color (decimal): -8816449 or 12548217. OLE color: 12548217.
HSL color Cylindrical-coordinate representation of color #7978BF: hue angle of 240.85º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7978BF is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 120 | 191 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.25 |
| HSL | 240.85º | 0.36% | 0.61% | - |
| HSV(B) | 240.85º | 0.37% | 0.75% | - |
| XYZ | 24.01 | 21.26 | 52.13 | - |
| YUV | 128.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 191 | 0.37 | 0.37 | 0 | 0.25 | 240.85 | 0.36 | 0.61 |
| Hex | 79 | 78 | BF | 25 | 25 | 0 | 19 | F1 | 24 | 3D |
| Octal | 171 | 170 | 277 | 45 | 45 | 0 | 31 | 361 | 44 | 75 |
| Binary | 1111001 | 1111000 | 10111111 | 100101 | 100101 | 0 | 11001 | 11110001 | 100100 | 111101 |
Color Harmonies of #7978BF
Complementary color
Monochromatic Colors of #7978BF
Black with #7978BF
Text Example
Text Example
White with #7978BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978BF; }
p { color: rgb(121,120,191); }
H1.HeaderClassName
{
color: #7978BF;
}
.AnyTagClassName
{
color: #7978BF;
}
</style>
background-color css
<style>
a { background-color: #7978BF; }
a { background-color: rgb(121,120,191); }
div.DivClassName
{
background-color: #7978BF;
}
.BgClassName
{
background-color: #7978BF;
}
</style>
border-color css
<style>
span { border-color: #7978BF; }
span { border-color: rgb(121,120,191); }
td.TdClassName
{
border-color: #7978BF;
}
.TagClassName
{
border-color: #7978BF;
}
</style>