Shades of Moody Blue #796FCC
Tints of Moody Blue #796FCC
RGB
CMYK
RGB Variations
Color information
#796FCC (or 0x796FCC) is known color: Moody Blue. HEX triplet: 79, 6F and CC. RGB value is (121,111,204). Sum of RGB (Red+Green+Blue) = 121+111+204=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #796FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FCC is #869033. Grayscale: #7C7C7C. Windows color (decimal): -8818740 or 13397881. OLE color: 13397881.
HSL color Cylindrical-coordinate representation of color #796FCC: hue angle of 246.45º 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 #796FCC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 111 | 204 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.2 |
| HSL | 246.45º | 0.48% | 0.62% | - |
| HSV(B) | 246.45º | 0.46% | 0.8% | - |
| XYZ | 24.47 | 19.79 | 59.66 | - |
| YUV | 124.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 204 | 0.41 | 0.46 | 0 | 0.2 | 246.45 | 0.48 | 0.62 |
| Hex | 79 | 6F | CC | 29 | 2E | 0 | 14 | F6 | 30 | 3E |
| Octal | 171 | 157 | 314 | 51 | 56 | 0 | 24 | 366 | 60 | 76 |
| Binary | 1111001 | 1101111 | 11001100 | 101001 | 101110 | 0 | 10100 | 11110110 | 110000 | 111110 |
Color Harmonies of #796FCC
Complementary color
Monochromatic Colors of #796FCC
Black with #796FCC
Text Example
Text Example
White with #796FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FCC; }
p { color: rgb(121,111,204); }
H1.HeaderClassName
{
color: #796FCC;
}
.AnyTagClassName
{
color: #796FCC;
}
</style>
background-color css
<style>
a { background-color: #796FCC; }
a { background-color: rgb(121,111,204); }
div.DivClassName
{
background-color: #796FCC;
}
.BgClassName
{
background-color: #796FCC;
}
</style>
border-color css
<style>
span { border-color: #796FCC; }
span { border-color: rgb(121,111,204); }
td.TdClassName
{
border-color: #796FCC;
}
.TagClassName
{
border-color: #796FCC;
}
</style>