Shades of Moody Blue #7979CB
Tints of Moody Blue #7979CB
RGB
CMYK
RGB Variations
Color information
#7979CB (or 0x7979CB) is known color: Moody Blue. HEX triplet: 79, 79 and CB. RGB value is (121,121,203). Sum of RGB (Red+Green+Blue) = 121+121+203=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #7979CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979CB is #868634. Grayscale: #828282. Windows color (decimal): -8816181 or 13334905. OLE color: 13334905.
HSL color Cylindrical-coordinate representation of color #7979CB: hue angle of 240º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7979CB is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 121 | 203 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.20 |
| HSL | 240º | 0.44% | 0.64% | - |
| HSV(B) | 240º | 0.4% | 0.8% | - |
| XYZ | 25.5 | 22.05 | 59.41 | - |
| YUV | 130.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 203 | 0.40 | 0.40 | 0 | 0.20 | 240 | 0.44 | 0.64 |
| Hex | 79 | 79 | CB | 28 | 28 | 0 | 14 | F0 | 2C | 40 |
| Octal | 171 | 171 | 313 | 50 | 50 | 0 | 24 | 360 | 54 | 100 |
| Binary | 1111001 | 1111001 | 11001011 | 101000 | 101000 | 0 | 10100 | 11110000 | 101100 | 1000000 |
Color Harmonies of #7979CB
Complementary color
Monochromatic Colors of #7979CB
Black with #7979CB
Text Example
Text Example
White with #7979CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7979CB; }
p { color: rgb(121,121,203); }
H1.HeaderClassName
{
color: #7979CB;
}
.AnyTagClassName
{
color: #7979CB;
}
</style>
background-color css
<style>
a { background-color: #7979CB; }
a { background-color: rgb(121,121,203); }
div.DivClassName
{
background-color: #7979CB;
}
.BgClassName
{
background-color: #7979CB;
}
</style>
border-color css
<style>
span { border-color: #7979CB; }
span { border-color: rgb(121,121,203); }
td.TdClassName
{
border-color: #7979CB;
}
.TagClassName
{
border-color: #7979CB;
}
</style>