Shades of Moody Blue #7977BC
Tints of Moody Blue #7977BC
RGB
CMYK
RGB Variations
Color information
#7977BC (or 0x7977BC) is known color: Moody Blue. HEX triplet: 79, 77 and BC. RGB value is (121,119,188). Sum of RGB (Red+Green+Blue) = 121+119+188=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #7977BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977BC is #868843. Grayscale: #7F7F7F. Windows color (decimal): -8816708 or 12351353. OLE color: 12351353.
HSL color Cylindrical-coordinate representation of color #7977BC: hue angle of 241.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7977BC is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 119 | 188 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.26 |
| HSL | 241.74º | 0.34% | 0.6% | - |
| HSV(B) | 241.74º | 0.37% | 0.74% | - |
| XYZ | 23.56 | 20.89 | 50.37 | - |
| YUV | 127.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 188 | 0.36 | 0.37 | 0 | 0.26 | 241.74 | 0.34 | 0.6 |
| Hex | 79 | 77 | BC | 24 | 25 | 0 | 1A | F2 | 22 | 3C |
| Octal | 171 | 167 | 274 | 44 | 45 | 0 | 32 | 362 | 42 | 74 |
| Binary | 1111001 | 1110111 | 10111100 | 100100 | 100101 | 0 | 11010 | 11110010 | 100010 | 111100 |
Color Harmonies of #7977BC
Complementary color
Monochromatic Colors of #7977BC
Black with #7977BC
Text Example
Text Example
White with #7977BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7977BC; }
p { color: rgb(121,119,188); }
H1.HeaderClassName
{
color: #7977BC;
}
.AnyTagClassName
{
color: #7977BC;
}
</style>
background-color css
<style>
a { background-color: #7977BC; }
a { background-color: rgb(121,119,188); }
div.DivClassName
{
background-color: #7977BC;
}
.BgClassName
{
background-color: #7977BC;
}
</style>
border-color css
<style>
span { border-color: #7977BC; }
span { border-color: rgb(121,119,188); }
td.TdClassName
{
border-color: #7977BC;
}
.TagClassName
{
border-color: #7977BC;
}
</style>