Shades of Moody Blue #796EC0
Tints of Moody Blue #796EC0
RGB
CMYK
RGB Variations
Color information
#796EC0 (or 0x796EC0) is known color: Moody Blue. HEX triplet: 79, 6E and C0. RGB value is (121,110,192). Sum of RGB (Red+Green+Blue) = 121+110+192=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #796EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EC0 is #86913F. Grayscale: #7A7A7A. Windows color (decimal): -8819008 or 12611193. OLE color: 12611193.
HSL color Cylindrical-coordinate representation of color #796EC0: hue angle of 248.05º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #796EC0 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 110 | 192 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.25 |
| HSL | 248.05º | 0.39% | 0.59% | - |
| HSV(B) | 248.05º | 0.43% | 0.75% | - |
| XYZ | 22.98 | 19.02 | 52.33 | - |
| YUV | 122.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 192 | 0.37 | 0.43 | 0 | 0.25 | 248.05 | 0.39 | 0.59 |
| Hex | 79 | 6E | C0 | 25 | 2B | 0 | 19 | F8 | 27 | 3B |
| Octal | 171 | 156 | 300 | 45 | 53 | 0 | 31 | 370 | 47 | 73 |
| Binary | 1111001 | 1101110 | 11000000 | 100101 | 101011 | 0 | 11001 | 11111000 | 100111 | 111011 |
Color Harmonies of #796EC0
Complementary color
Monochromatic Colors of #796EC0
Black with #796EC0
Text Example
Text Example
White with #796EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796EC0; }
p { color: rgb(121,110,192); }
H1.HeaderClassName
{
color: #796EC0;
}
.AnyTagClassName
{
color: #796EC0;
}
</style>
background-color css
<style>
a { background-color: #796EC0; }
a { background-color: rgb(121,110,192); }
div.DivClassName
{
background-color: #796EC0;
}
.BgClassName
{
background-color: #796EC0;
}
</style>
border-color css
<style>
span { border-color: #796EC0; }
span { border-color: rgb(121,110,192); }
td.TdClassName
{
border-color: #796EC0;
}
.TagClassName
{
border-color: #796EC0;
}
</style>