Shades of Moody Blue #796ECB
Tints of Moody Blue #796ECB
RGB
CMYK
RGB Variations
Color information
#796ECB (or 0x796ECB) is known color: Moody Blue. HEX triplet: 79, 6E and CB. RGB value is (121,110,203). Sum of RGB (Red+Green+Blue) = 121+110+203=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #796ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ECB is #869134. Grayscale: #7B7B7B. Windows color (decimal): -8818997 or 13332089. OLE color: 13332089.
HSL color Cylindrical-coordinate representation of color #796ECB: hue angle of 247.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796ECB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 110 | 203 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.20 |
| HSL | 247.1º | 0.47% | 0.61% | - |
| HSV(B) | 247.1º | 0.46% | 0.8% | - |
| XYZ | 24.24 | 19.53 | 58.99 | - |
| YUV | 123.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 203 | 0.40 | 0.46 | 0 | 0.20 | 247.1 | 0.47 | 0.61 |
| Hex | 79 | 6E | CB | 28 | 2E | 0 | 14 | F7 | 2F | 3D |
| Octal | 171 | 156 | 313 | 50 | 56 | 0 | 24 | 367 | 57 | 75 |
| Binary | 1111001 | 1101110 | 11001011 | 101000 | 101110 | 0 | 10100 | 11110111 | 101111 | 111101 |
Color Harmonies of #796ECB
Complementary color
Monochromatic Colors of #796ECB
Black with #796ECB
Text Example
Text Example
White with #796ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796ECB; }
p { color: rgb(121,110,203); }
H1.HeaderClassName
{
color: #796ECB;
}
.AnyTagClassName
{
color: #796ECB;
}
</style>
background-color css
<style>
a { background-color: #796ECB; }
a { background-color: rgb(121,110,203); }
div.DivClassName
{
background-color: #796ECB;
}
.BgClassName
{
background-color: #796ECB;
}
</style>
border-color css
<style>
span { border-color: #796ECB; }
span { border-color: rgb(121,110,203); }
td.TdClassName
{
border-color: #796ECB;
}
.TagClassName
{
border-color: #796ECB;
}
</style>