Shades of Moody Blue #797CCF
Tints of Moody Blue #797CCF
RGB
CMYK
RGB Variations
Color information
#797CCF (or 0x797CCF) is known color: Moody Blue. HEX triplet: 79, 7C and CF. RGB value is (121,124,207). Sum of RGB (Red+Green+Blue) = 121+124+207=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #797CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CCF is #868330. Grayscale: #848484. Windows color (decimal): -8815409 or 13597817. OLE color: 13597817.
HSL color Cylindrical-coordinate representation of color #797CCF: hue angle of 237.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797CCF is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 124 | 207 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.19 |
| HSL | 237.91º | 0.47% | 0.64% | - |
| HSV(B) | 237.91º | 0.42% | 0.81% | - |
| XYZ | 26.36 | 22.99 | 62.08 | - |
| YUV | 132.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 207 | 0.42 | 0.40 | 0 | 0.19 | 237.91 | 0.47 | 0.64 |
| Hex | 79 | 7C | CF | 2A | 28 | 0 | 13 | EE | 2F | 40 |
| Octal | 171 | 174 | 317 | 52 | 50 | 0 | 23 | 356 | 57 | 100 |
| Binary | 1111001 | 1111100 | 11001111 | 101010 | 101000 | 0 | 10011 | 11101110 | 101111 | 1000000 |
Color Harmonies of #797CCF
Complementary color
Monochromatic Colors of #797CCF
Black with #797CCF
Text Example
Text Example
White with #797CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CCF; }
p { color: rgb(121,124,207); }
H1.HeaderClassName
{
color: #797CCF;
}
.AnyTagClassName
{
color: #797CCF;
}
</style>
background-color css
<style>
a { background-color: #797CCF; }
a { background-color: rgb(121,124,207); }
div.DivClassName
{
background-color: #797CCF;
}
.BgClassName
{
background-color: #797CCF;
}
</style>
border-color css
<style>
span { border-color: #797CCF; }
span { border-color: rgb(121,124,207); }
td.TdClassName
{
border-color: #797CCF;
}
.TagClassName
{
border-color: #797CCF;
}
</style>