Shades of Moody Blue #797AC2
Tints of Moody Blue #797AC2
RGB
CMYK
RGB Variations
Color information
#797AC2 (or 0x797AC2) is known color: Moody Blue. HEX triplet: 79, 7A and C2. RGB value is (121,122,194). Sum of RGB (Red+Green+Blue) = 121+122+194=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #797AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797AC2 is #86853D. Grayscale: #818181. Windows color (decimal): -8815934 or 12745337. OLE color: 12745337.
HSL color Cylindrical-coordinate representation of color #797AC2: hue angle of 239.18º 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 #797AC2 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 122 | 194 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.24 |
| HSL | 239.18º | 0.37% | 0.62% | - |
| HSV(B) | 239.18º | 0.38% | 0.76% | - |
| XYZ | 24.58 | 21.88 | 53.97 | - |
| YUV | 129.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 194 | 0.38 | 0.37 | 0 | 0.24 | 239.18 | 0.37 | 0.62 |
| Hex | 79 | 7A | C2 | 26 | 25 | 0 | 18 | EF | 25 | 3E |
| Octal | 171 | 172 | 302 | 46 | 45 | 0 | 30 | 357 | 45 | 76 |
| Binary | 1111001 | 1111010 | 11000010 | 100110 | 100101 | 0 | 11000 | 11101111 | 100101 | 111110 |
Color Harmonies of #797AC2
Complementary color
Monochromatic Colors of #797AC2
Black with #797AC2
Text Example
Text Example
White with #797AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AC2; }
p { color: rgb(121,122,194); }
H1.HeaderClassName
{
color: #797AC2;
}
.AnyTagClassName
{
color: #797AC2;
}
</style>
background-color css
<style>
a { background-color: #797AC2; }
a { background-color: rgb(121,122,194); }
div.DivClassName
{
background-color: #797AC2;
}
.BgClassName
{
background-color: #797AC2;
}
</style>
border-color css
<style>
span { border-color: #797AC2; }
span { border-color: rgb(121,122,194); }
td.TdClassName
{
border-color: #797AC2;
}
.TagClassName
{
border-color: #797AC2;
}
</style>