Shades of Moody Blue #797ECB
Tints of Moody Blue #797ECB
RGB
CMYK
RGB Variations
Color information
#797ECB (or 0x797ECB) is known color: Moody Blue. HEX triplet: 79, 7E and CB. RGB value is (121,126,203). Sum of RGB (Red+Green+Blue) = 121+126+203=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #797ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ECB is #868134. Grayscale: #848484. Windows color (decimal): -8814901 or 13336185. OLE color: 13336185.
HSL color Cylindrical-coordinate representation of color #797ECB: hue angle of 236.34º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797ECB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 126 | 203 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.20 |
| HSL | 236.34º | 0.44% | 0.64% | - |
| HSV(B) | 236.34º | 0.4% | 0.8% | - |
| XYZ | 26.13 | 23.3 | 59.62 | - |
| YUV | 133.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 203 | 0.40 | 0.38 | 0 | 0.20 | 236.34 | 0.44 | 0.64 |
| Hex | 79 | 7E | CB | 28 | 26 | 0 | 14 | EC | 2C | 40 |
| Octal | 171 | 176 | 313 | 50 | 46 | 0 | 24 | 354 | 54 | 100 |
| Binary | 1111001 | 1111110 | 11001011 | 101000 | 100110 | 0 | 10100 | 11101100 | 101100 | 1000000 |
Color Harmonies of #797ECB
Complementary color
Monochromatic Colors of #797ECB
Black with #797ECB
Text Example
Text Example
White with #797ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797ECB; }
p { color: rgb(121,126,203); }
H1.HeaderClassName
{
color: #797ECB;
}
.AnyTagClassName
{
color: #797ECB;
}
</style>
background-color css
<style>
a { background-color: #797ECB; }
a { background-color: rgb(121,126,203); }
div.DivClassName
{
background-color: #797ECB;
}
.BgClassName
{
background-color: #797ECB;
}
</style>
border-color css
<style>
span { border-color: #797ECB; }
span { border-color: rgb(121,126,203); }
td.TdClassName
{
border-color: #797ECB;
}
.TagClassName
{
border-color: #797ECB;
}
</style>