Shades of Moody Blue #797ABC
Tints of Moody Blue #797ABC
RGB
CMYK
RGB Variations
Color information
#797ABC (or 0x797ABC) is known color: Moody Blue. HEX triplet: 79, 7A and BC. RGB value is (121,122,188). Sum of RGB (Red+Green+Blue) = 121+122+188=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #797ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ABC is #868543. Grayscale: #808080. Windows color (decimal): -8815940 or 12352121. OLE color: 12352121.
HSL color Cylindrical-coordinate representation of color #797ABC: hue angle of 239.1º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #797ABC is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 122 | 188 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.26 |
| HSL | 239.1º | 0.33% | 0.61% | - |
| HSV(B) | 239.1º | 0.36% | 0.74% | - |
| XYZ | 23.92 | 21.61 | 50.49 | - |
| YUV | 129.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 188 | 0.36 | 0.35 | 0 | 0.26 | 239.1 | 0.33 | 0.61 |
| Hex | 79 | 7A | BC | 24 | 23 | 0 | 1A | EF | 21 | 3D |
| Octal | 171 | 172 | 274 | 44 | 43 | 0 | 32 | 357 | 41 | 75 |
| Binary | 1111001 | 1111010 | 10111100 | 100100 | 100011 | 0 | 11010 | 11101111 | 100001 | 111101 |
Color Harmonies of #797ABC
Complementary color
Monochromatic Colors of #797ABC
Black with #797ABC
Text Example
Text Example
White with #797ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797ABC; }
p { color: rgb(121,122,188); }
H1.HeaderClassName
{
color: #797ABC;
}
.AnyTagClassName
{
color: #797ABC;
}
</style>
background-color css
<style>
a { background-color: #797ABC; }
a { background-color: rgb(121,122,188); }
div.DivClassName
{
background-color: #797ABC;
}
.BgClassName
{
background-color: #797ABC;
}
</style>
border-color css
<style>
span { border-color: #797ABC; }
span { border-color: rgb(121,122,188); }
td.TdClassName
{
border-color: #797ABC;
}
.TagClassName
{
border-color: #797ABC;
}
</style>