Shades of Moody Blue #797CC2
Tints of Moody Blue #797CC2
RGB
CMYK
RGB Variations
Color information
#797CC2 (or 0x797CC2) is known color: Moody Blue. HEX triplet: 79, 7C and C2. RGB value is (121,124,194). Sum of RGB (Red+Green+Blue) = 121+124+194=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #797CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CC2 is #86833D. Grayscale: #828282. Windows color (decimal): -8815422 or 12745849. OLE color: 12745849.
HSL color Cylindrical-coordinate representation of color #797CC2: hue angle of 237.53º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #797CC2 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 124 | 194 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.24 |
| HSL | 237.53º | 0.37% | 0.62% | - |
| HSV(B) | 237.53º | 0.38% | 0.76% | - |
| XYZ | 24.83 | 22.38 | 54.05 | - |
| YUV | 131.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 194 | 0.38 | 0.36 | 0 | 0.24 | 237.53 | 0.37 | 0.62 |
| Hex | 79 | 7C | C2 | 26 | 24 | 0 | 18 | EE | 25 | 3E |
| Octal | 171 | 174 | 302 | 46 | 44 | 0 | 30 | 356 | 45 | 76 |
| Binary | 1111001 | 1111100 | 11000010 | 100110 | 100100 | 0 | 11000 | 11101110 | 100101 | 111110 |
Color Harmonies of #797CC2
Complementary color
Monochromatic Colors of #797CC2
Black with #797CC2
Text Example
Text Example
White with #797CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CC2; }
p { color: rgb(121,124,194); }
H1.HeaderClassName
{
color: #797CC2;
}
.AnyTagClassName
{
color: #797CC2;
}
</style>
background-color css
<style>
a { background-color: #797CC2; }
a { background-color: rgb(121,124,194); }
div.DivClassName
{
background-color: #797CC2;
}
.BgClassName
{
background-color: #797CC2;
}
</style>
border-color css
<style>
span { border-color: #797CC2; }
span { border-color: rgb(121,124,194); }
td.TdClassName
{
border-color: #797CC2;
}
.TagClassName
{
border-color: #797CC2;
}
</style>