Shades of Moody Blue #7979BD
Tints of Moody Blue #7979BD
RGB
CMYK
RGB Variations
Color information
#7979BD (or 0x7979BD) is known color: Moody Blue. HEX triplet: 79, 79 and BD. RGB value is (121,121,189). Sum of RGB (Red+Green+Blue) = 121+121+189=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7979BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979BD is #868642. Grayscale: #808080. Windows color (decimal): -8816195 or 12417401. OLE color: 12417401.
HSL color Cylindrical-coordinate representation of color #7979BD: hue angle of 240º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7979BD is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 121 | 189 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.26 |
| HSL | 240º | 0.34% | 0.61% | - |
| HSV(B) | 240º | 0.36% | 0.74% | - |
| XYZ | 23.91 | 21.41 | 51.02 | - |
| YUV | 128.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 189 | 0.36 | 0.36 | 0 | 0.26 | 240 | 0.34 | 0.61 |
| Hex | 79 | 79 | BD | 24 | 24 | 0 | 1A | F0 | 22 | 3D |
| Octal | 171 | 171 | 275 | 44 | 44 | 0 | 32 | 360 | 42 | 75 |
| Binary | 1111001 | 1111001 | 10111101 | 100100 | 100100 | 0 | 11010 | 11110000 | 100010 | 111101 |
Color Harmonies of #7979BD
Complementary color
Monochromatic Colors of #7979BD
Black with #7979BD
Text Example
Text Example
White with #7979BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7979BD; }
p { color: rgb(121,121,189); }
H1.HeaderClassName
{
color: #7979BD;
}
.AnyTagClassName
{
color: #7979BD;
}
</style>
background-color css
<style>
a { background-color: #7979BD; }
a { background-color: rgb(121,121,189); }
div.DivClassName
{
background-color: #7979BD;
}
.BgClassName
{
background-color: #7979BD;
}
</style>
border-color css
<style>
span { border-color: #7979BD; }
span { border-color: rgb(121,121,189); }
td.TdClassName
{
border-color: #7979BD;
}
.TagClassName
{
border-color: #7979BD;
}
</style>