Shades of Moody Blue #796ECC
Tints of Moody Blue #796ECC
RGB
CMYK
RGB Variations
Color information
#796ECC (or 0x796ECC) is known color: Moody Blue. HEX triplet: 79, 6E and CC. RGB value is (121,110,204). Sum of RGB (Red+Green+Blue) = 121+110+204=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #796ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ECC is #869133. Grayscale: #7B7B7B. Windows color (decimal): -8818996 or 13397625. OLE color: 13397625.
HSL color Cylindrical-coordinate representation of color #796ECC: hue angle of 247.02º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796ECC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 110 | 204 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.2 |
| HSL | 247.02º | 0.48% | 0.62% | - |
| HSV(B) | 247.02º | 0.46% | 0.8% | - |
| XYZ | 24.36 | 19.58 | 59.62 | - |
| YUV | 124.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 204 | 0.41 | 0.46 | 0 | 0.2 | 247.02 | 0.48 | 0.62 |
| Hex | 79 | 6E | CC | 29 | 2E | 0 | 14 | F7 | 30 | 3E |
| Octal | 171 | 156 | 314 | 51 | 56 | 0 | 24 | 367 | 60 | 76 |
| Binary | 1111001 | 1101110 | 11001100 | 101001 | 101110 | 0 | 10100 | 11110111 | 110000 | 111110 |
Color Harmonies of #796ECC
Complementary color
Monochromatic Colors of #796ECC
Black with #796ECC
Text Example
Text Example
White with #796ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796ECC; }
p { color: rgb(121,110,204); }
H1.HeaderClassName
{
color: #796ECC;
}
.AnyTagClassName
{
color: #796ECC;
}
</style>
background-color css
<style>
a { background-color: #796ECC; }
a { background-color: rgb(121,110,204); }
div.DivClassName
{
background-color: #796ECC;
}
.BgClassName
{
background-color: #796ECC;
}
</style>
border-color css
<style>
span { border-color: #796ECC; }
span { border-color: rgb(121,110,204); }
td.TdClassName
{
border-color: #796ECC;
}
.TagClassName
{
border-color: #796ECC;
}
</style>