Shades of Moody Blue #797BC5
Tints of Moody Blue #797BC5
RGB
CMYK
RGB Variations
Color information
#797BC5 (or 0x797BC5) is known color: Moody Blue. HEX triplet: 79, 7B and C5. RGB value is (121,123,197). Sum of RGB (Red+Green+Blue) = 121+123+197=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #797BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BC5 is #86843A. Grayscale: #828282. Windows color (decimal): -8815675 or 12942201. OLE color: 12942201.
HSL color Cylindrical-coordinate representation of color #797BC5: hue angle of 238.42º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #797BC5 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 123 | 197 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.23 |
| HSL | 238.42º | 0.4% | 0.62% | - |
| HSV(B) | 238.42º | 0.39% | 0.77% | - |
| XYZ | 25.05 | 22.26 | 55.8 | - |
| YUV | 130.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 197 | 0.39 | 0.38 | 0 | 0.23 | 238.42 | 0.4 | 0.62 |
| Hex | 79 | 7B | C5 | 27 | 26 | 0 | 17 | EE | 28 | 3E |
| Octal | 171 | 173 | 305 | 47 | 46 | 0 | 27 | 356 | 50 | 76 |
| Binary | 1111001 | 1111011 | 11000101 | 100111 | 100110 | 0 | 10111 | 11101110 | 101000 | 111110 |
Color Harmonies of #797BC5
Complementary color
Monochromatic Colors of #797BC5
Black with #797BC5
Text Example
Text Example
White with #797BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BC5; }
p { color: rgb(121,123,197); }
H1.HeaderClassName
{
color: #797BC5;
}
.AnyTagClassName
{
color: #797BC5;
}
</style>
background-color css
<style>
a { background-color: #797BC5; }
a { background-color: rgb(121,123,197); }
div.DivClassName
{
background-color: #797BC5;
}
.BgClassName
{
background-color: #797BC5;
}
</style>
border-color css
<style>
span { border-color: #797BC5; }
span { border-color: rgb(121,123,197); }
td.TdClassName
{
border-color: #797BC5;
}
.TagClassName
{
border-color: #797BC5;
}
</style>