Shades of Moody Blue #7976D4
Tints of Moody Blue #7976D4
RGB
CMYK
RGB Variations
Color information
#7976D4 (or 0x7976D4) is known color: Moody Blue. HEX triplet: 79, 76 and D4. RGB value is (121,118,212). Sum of RGB (Red+Green+Blue) = 121+118+212=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #7976D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976D4 is #86892B. Grayscale: #818181. Windows color (decimal): -8816940 or 13923961. OLE color: 13923961.
HSL color Cylindrical-coordinate representation of color #7976D4: hue angle of 241.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7976D4 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 118 | 212 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.17 |
| HSL | 241.91º | 0.52% | 0.65% | - |
| HSV(B) | 241.91º | 0.44% | 0.83% | - |
| XYZ | 26.25 | 21.78 | 65.11 | - |
| YUV | 129.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 212 | 0.43 | 0.44 | 0 | 0.17 | 241.91 | 0.52 | 0.65 |
| Hex | 79 | 76 | D4 | 2B | 2C | 0 | 11 | F2 | 34 | 41 |
| Octal | 171 | 166 | 324 | 53 | 54 | 0 | 21 | 362 | 64 | 101 |
| Binary | 1111001 | 1110110 | 11010100 | 101011 | 101100 | 0 | 10001 | 11110010 | 110100 | 1000001 |
Color Harmonies of #7976D4
Complementary color
Monochromatic Colors of #7976D4
Black with #7976D4
Text Example
Text Example
White with #7976D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7976D4; }
p { color: rgb(121,118,212); }
H1.HeaderClassName
{
color: #7976D4;
}
.AnyTagClassName
{
color: #7976D4;
}
</style>
background-color css
<style>
a { background-color: #7976D4; }
a { background-color: rgb(121,118,212); }
div.DivClassName
{
background-color: #7976D4;
}
.BgClassName
{
background-color: #7976D4;
}
</style>
border-color css
<style>
span { border-color: #7976D4; }
span { border-color: rgb(121,118,212); }
td.TdClassName
{
border-color: #7976D4;
}
.TagClassName
{
border-color: #7976D4;
}
</style>