Shades of Moody Blue #796ECD
Tints of Moody Blue #796ECD
RGB
CMYK
RGB Variations
Color information
#796ECD (or 0x796ECD) is known color: Moody Blue. HEX triplet: 79, 6E and CD. RGB value is (121,110,205). Sum of RGB (Red+Green+Blue) = 121+110+205=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #796ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ECD is #869132. Grayscale: #7B7B7B. Windows color (decimal): -8818995 or 13463161. OLE color: 13463161.
HSL color Cylindrical-coordinate representation of color #796ECD: hue angle of 246.95º degrees, saturation: 0.49, 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 #796ECD is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 110 | 205 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.20 |
| HSL | 246.95º | 0.49% | 0.62% | - |
| HSV(B) | 246.95º | 0.46% | 0.8% | - |
| XYZ | 24.48 | 19.62 | 60.26 | - |
| YUV | 124.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 205 | 0.41 | 0.46 | 0 | 0.20 | 246.95 | 0.49 | 0.62 |
| Hex | 79 | 6E | CD | 29 | 2E | 0 | 14 | F7 | 31 | 3E |
| Octal | 171 | 156 | 315 | 51 | 56 | 0 | 24 | 367 | 61 | 76 |
| Binary | 1111001 | 1101110 | 11001101 | 101001 | 101110 | 0 | 10100 | 11110111 | 110001 | 111110 |
Color Harmonies of #796ECD
Complementary color
Monochromatic Colors of #796ECD
Black with #796ECD
Text Example
Text Example
White with #796ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796ECD; }
p { color: rgb(121,110,205); }
H1.HeaderClassName
{
color: #796ECD;
}
.AnyTagClassName
{
color: #796ECD;
}
</style>
background-color css
<style>
a { background-color: #796ECD; }
a { background-color: rgb(121,110,205); }
div.DivClassName
{
background-color: #796ECD;
}
.BgClassName
{
background-color: #796ECD;
}
</style>
border-color css
<style>
span { border-color: #796ECD; }
span { border-color: rgb(121,110,205); }
td.TdClassName
{
border-color: #796ECD;
}
.TagClassName
{
border-color: #796ECD;
}
</style>