Shades of Moody Blue #797BCC
Tints of Moody Blue #797BCC
RGB
CMYK
RGB Variations
Color information
#797BCC (or 0x797BCC) is known color: Moody Blue. HEX triplet: 79, 7B and CC. RGB value is (121,123,204). Sum of RGB (Red+Green+Blue) = 121+123+204=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #797BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BCC is #868433. Grayscale: #838383. Windows color (decimal): -8815668 or 13400953. OLE color: 13400953.
HSL color Cylindrical-coordinate representation of color #797BCC: hue angle of 238.55º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797BCC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 123 | 204 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.2 |
| HSL | 238.55º | 0.45% | 0.64% | - |
| HSV(B) | 238.55º | 0.41% | 0.8% | - |
| XYZ | 25.87 | 22.59 | 60.12 | - |
| YUV | 131.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 204 | 0.41 | 0.40 | 0 | 0.2 | 238.55 | 0.45 | 0.64 |
| Hex | 79 | 7B | CC | 29 | 28 | 0 | 14 | EF | 2D | 40 |
| Octal | 171 | 173 | 314 | 51 | 50 | 0 | 24 | 357 | 55 | 100 |
| Binary | 1111001 | 1111011 | 11001100 | 101001 | 101000 | 0 | 10100 | 11101111 | 101101 | 1000000 |
Color Harmonies of #797BCC
Complementary color
Monochromatic Colors of #797BCC
Black with #797BCC
Text Example
Text Example
White with #797BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BCC; }
p { color: rgb(121,123,204); }
H1.HeaderClassName
{
color: #797BCC;
}
.AnyTagClassName
{
color: #797BCC;
}
</style>
background-color css
<style>
a { background-color: #797BCC; }
a { background-color: rgb(121,123,204); }
div.DivClassName
{
background-color: #797BCC;
}
.BgClassName
{
background-color: #797BCC;
}
</style>
border-color css
<style>
span { border-color: #797BCC; }
span { border-color: rgb(121,123,204); }
td.TdClassName
{
border-color: #797BCC;
}
.TagClassName
{
border-color: #797BCC;
}
</style>