Shades of Moody Blue #7976C2
Tints of Moody Blue #7976C2
RGB
CMYK
RGB Variations
Color information
#7976C2 (or 0x7976C2) is known color: Moody Blue. HEX triplet: 79, 76 and C2. RGB value is (121,118,194). Sum of RGB (Red+Green+Blue) = 121+118+194=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #7976C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976C2 is #86893D. Grayscale: #7F7F7F. Windows color (decimal): -8816958 or 12744313. OLE color: 12744313.
HSL color Cylindrical-coordinate representation of color #7976C2: hue angle of 242.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7976C2 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 118 | 194 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.24 |
| HSL | 242.37º | 0.38% | 0.61% | - |
| HSV(B) | 242.37º | 0.39% | 0.76% | - |
| XYZ | 24.1 | 20.92 | 53.81 | - |
| YUV | 127.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 194 | 0.38 | 0.39 | 0 | 0.24 | 242.37 | 0.38 | 0.61 |
| Hex | 79 | 76 | C2 | 26 | 27 | 0 | 18 | F2 | 26 | 3D |
| Octal | 171 | 166 | 302 | 46 | 47 | 0 | 30 | 362 | 46 | 75 |
| Binary | 1111001 | 1110110 | 11000010 | 100110 | 100111 | 0 | 11000 | 11110010 | 100110 | 111101 |
Color Harmonies of #7976C2
Complementary color
Monochromatic Colors of #7976C2
Black with #7976C2
Text Example
Text Example
White with #7976C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7976C2; }
p { color: rgb(121,118,194); }
H1.HeaderClassName
{
color: #7976C2;
}
.AnyTagClassName
{
color: #7976C2;
}
</style>
background-color css
<style>
a { background-color: #7976C2; }
a { background-color: rgb(121,118,194); }
div.DivClassName
{
background-color: #7976C2;
}
.BgClassName
{
background-color: #7976C2;
}
</style>
border-color css
<style>
span { border-color: #7976C2; }
span { border-color: rgb(121,118,194); }
td.TdClassName
{
border-color: #7976C2;
}
.TagClassName
{
border-color: #7976C2;
}
</style>