Shades of Moody Blue #7976BB
Tints of Moody Blue #7976BB
RGB
CMYK
RGB Variations
Color information
#7976BB (or 0x7976BB) is known color: Moody Blue. HEX triplet: 79, 76 and BB. RGB value is (121,118,187). Sum of RGB (Red+Green+Blue) = 121+118+187=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #7976BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976BB is #868944. Grayscale: #7E7E7E. Windows color (decimal): -8816965 or 12285561. OLE color: 12285561.
HSL color Cylindrical-coordinate representation of color #7976BB: hue angle of 242.61º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7976BB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 118 | 187 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.27 |
| HSL | 242.61º | 0.34% | 0.6% | - |
| HSV(B) | 242.61º | 0.37% | 0.73% | - |
| XYZ | 23.33 | 20.61 | 49.76 | - |
| YUV | 126.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 187 | 0.35 | 0.37 | 0 | 0.27 | 242.61 | 0.34 | 0.6 |
| Hex | 79 | 76 | BB | 23 | 25 | 0 | 1B | F3 | 22 | 3C |
| Octal | 171 | 166 | 273 | 43 | 45 | 0 | 33 | 363 | 42 | 74 |
| Binary | 1111001 | 1110110 | 10111011 | 100011 | 100101 | 0 | 11011 | 11110011 | 100010 | 111100 |
Color Harmonies of #7976BB
Complementary color
Monochromatic Colors of #7976BB
Black with #7976BB
Text Example
Text Example
White with #7976BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7976BB; }
p { color: rgb(121,118,187); }
H1.HeaderClassName
{
color: #7976BB;
}
.AnyTagClassName
{
color: #7976BB;
}
</style>
background-color css
<style>
a { background-color: #7976BB; }
a { background-color: rgb(121,118,187); }
div.DivClassName
{
background-color: #7976BB;
}
.BgClassName
{
background-color: #7976BB;
}
</style>
border-color css
<style>
span { border-color: #7976BB; }
span { border-color: rgb(121,118,187); }
td.TdClassName
{
border-color: #7976BB;
}
.TagClassName
{
border-color: #7976BB;
}
</style>