Shades of Moody Blue #7979CE
Tints of Moody Blue #7979CE
RGB
CMYK
RGB Variations
Color information
#7979CE (or 0x7979CE) is known color: Moody Blue. HEX triplet: 79, 79 and CE. RGB value is (121,121,206). Sum of RGB (Red+Green+Blue) = 121+121+206=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #7979CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979CE is #868631. Grayscale: #828282. Windows color (decimal): -8816178 or 13531513. OLE color: 13531513.
HSL color Cylindrical-coordinate representation of color #7979CE: hue angle of 240º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7979CE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 121 | 206 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.19 |
| HSL | 240º | 0.46% | 0.64% | - |
| HSV(B) | 240º | 0.41% | 0.81% | - |
| XYZ | 25.86 | 22.2 | 61.31 | - |
| YUV | 130.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 206 | 0.41 | 0.41 | 0 | 0.19 | 240 | 0.46 | 0.64 |
| Hex | 79 | 79 | CE | 29 | 29 | 0 | 13 | F0 | 2E | 40 |
| Octal | 171 | 171 | 316 | 51 | 51 | 0 | 23 | 360 | 56 | 100 |
| Binary | 1111001 | 1111001 | 11001110 | 101001 | 101001 | 0 | 10011 | 11110000 | 101110 | 1000000 |
Color Harmonies of #7979CE
Complementary color
Monochromatic Colors of #7979CE
Black with #7979CE
Text Example
Text Example
White with #7979CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7979CE; }
p { color: rgb(121,121,206); }
H1.HeaderClassName
{
color: #7979CE;
}
.AnyTagClassName
{
color: #7979CE;
}
</style>
background-color css
<style>
a { background-color: #7979CE; }
a { background-color: rgb(121,121,206); }
div.DivClassName
{
background-color: #7979CE;
}
.BgClassName
{
background-color: #7979CE;
}
</style>
border-color css
<style>
span { border-color: #7979CE; }
span { border-color: rgb(121,121,206); }
td.TdClassName
{
border-color: #7979CE;
}
.TagClassName
{
border-color: #7979CE;
}
</style>