Shades of Moody Blue #797BC9
Tints of Moody Blue #797BC9
RGB
CMYK
RGB Variations
Color information
#797BC9 (or 0x797BC9) is known color: Moody Blue. HEX triplet: 79, 7B and C9. RGB value is (121,123,201). Sum of RGB (Red+Green+Blue) = 121+123+201=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #797BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BC9 is #868436. Grayscale: #828282. Windows color (decimal): -8815671 or 13204345. OLE color: 13204345.
HSL color Cylindrical-coordinate representation of color #797BC9: hue angle of 238.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797BC9 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 123 | 201 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.21 |
| HSL | 238.5º | 0.43% | 0.63% | - |
| HSV(B) | 238.5º | 0.4% | 0.79% | - |
| XYZ | 25.51 | 22.45 | 58.25 | - |
| YUV | 131.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 201 | 0.40 | 0.39 | 0 | 0.21 | 238.5 | 0.43 | 0.63 |
| Hex | 79 | 7B | C9 | 28 | 27 | 0 | 15 | EE | 2B | 3F |
| Octal | 171 | 173 | 311 | 50 | 47 | 0 | 25 | 356 | 53 | 77 |
| Binary | 1111001 | 1111011 | 11001001 | 101000 | 100111 | 0 | 10101 | 11101110 | 101011 | 111111 |
Color Harmonies of #797BC9
Complementary color
Monochromatic Colors of #797BC9
Black with #797BC9
Text Example
Text Example
White with #797BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BC9; }
p { color: rgb(121,123,201); }
H1.HeaderClassName
{
color: #797BC9;
}
.AnyTagClassName
{
color: #797BC9;
}
</style>
background-color css
<style>
a { background-color: #797BC9; }
a { background-color: rgb(121,123,201); }
div.DivClassName
{
background-color: #797BC9;
}
.BgClassName
{
background-color: #797BC9;
}
</style>
border-color css
<style>
span { border-color: #797BC9; }
span { border-color: rgb(121,123,201); }
td.TdClassName
{
border-color: #797BC9;
}
.TagClassName
{
border-color: #797BC9;
}
</style>