Shades of Moody Blue #796ACE
Tints of Moody Blue #796ACE
RGB
CMYK
RGB Variations
Color information
#796ACE (or 0x796ACE) is known color: Moody Blue. HEX triplet: 79, 6A and CE. RGB value is (121,106,206). Sum of RGB (Red+Green+Blue) = 121+106+206=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #796ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ACE is #869531. Grayscale: #797979. Windows color (decimal): -8820018 or 13527673. OLE color: 13527673.
HSL color Cylindrical-coordinate representation of color #796ACE: hue angle of 249º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #796ACE is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 106 | 206 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.19 |
| HSL | 249º | 0.51% | 0.61% | - |
| HSV(B) | 249º | 0.49% | 0.81% | - |
| XYZ | 24.18 | 18.83 | 60.75 | - |
| YUV | 121.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 206 | 0.41 | 0.49 | 0 | 0.19 | 249 | 0.51 | 0.61 |
| Hex | 79 | 6A | CE | 29 | 31 | 0 | 13 | F9 | 33 | 3D |
| Octal | 171 | 152 | 316 | 51 | 61 | 0 | 23 | 371 | 63 | 75 |
| Binary | 1111001 | 1101010 | 11001110 | 101001 | 110001 | 0 | 10011 | 11111001 | 110011 | 111101 |
Color Harmonies of #796ACE
Complementary color
Monochromatic Colors of #796ACE
Black with #796ACE
Text Example
Text Example
White with #796ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796ACE; }
p { color: rgb(121,106,206); }
H1.HeaderClassName
{
color: #796ACE;
}
.AnyTagClassName
{
color: #796ACE;
}
</style>
background-color css
<style>
a { background-color: #796ACE; }
a { background-color: rgb(121,106,206); }
div.DivClassName
{
background-color: #796ACE;
}
.BgClassName
{
background-color: #796ACE;
}
</style>
border-color css
<style>
span { border-color: #796ACE; }
span { border-color: rgb(121,106,206); }
td.TdClassName
{
border-color: #796ACE;
}
.TagClassName
{
border-color: #796ACE;
}
</style>