Shades of Moody Blue #7980CF
Tints of Moody Blue #7980CF
RGB
CMYK
RGB Variations
Color information
#7980CF (or 0x7980CF) is known color: Moody Blue. HEX triplet: 79, 80 and CF. RGB value is (121,128,207). Sum of RGB (Red+Green+Blue) = 121+128+207=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #7980CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980CF is #867F30. Grayscale: #868686. Windows color (decimal): -8814385 or 13598841. OLE color: 13598841.
HSL color Cylindrical-coordinate representation of color #7980CF: hue angle of 235.12º 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 #7980CF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 128 | 207 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.19 |
| HSL | 235.12º | 0.47% | 0.64% | - |
| HSV(B) | 235.12º | 0.42% | 0.81% | - |
| XYZ | 26.87 | 24.01 | 62.25 | - |
| YUV | 134.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 207 | 0.42 | 0.38 | 0 | 0.19 | 235.12 | 0.47 | 0.64 |
| Hex | 79 | 80 | CF | 2A | 26 | 0 | 13 | EB | 2F | 40 |
| Octal | 171 | 200 | 317 | 52 | 46 | 0 | 23 | 353 | 57 | 100 |
| Binary | 1111001 | 10000000 | 11001111 | 101010 | 100110 | 0 | 10011 | 11101011 | 101111 | 1000000 |
Color Harmonies of #7980CF
Complementary color
Monochromatic Colors of #7980CF
Black with #7980CF
Text Example
Text Example
White with #7980CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980CF; }
p { color: rgb(121,128,207); }
H1.HeaderClassName
{
color: #7980CF;
}
.AnyTagClassName
{
color: #7980CF;
}
</style>
background-color css
<style>
a { background-color: #7980CF; }
a { background-color: rgb(121,128,207); }
div.DivClassName
{
background-color: #7980CF;
}
.BgClassName
{
background-color: #7980CF;
}
</style>
border-color css
<style>
span { border-color: #7980CF; }
span { border-color: rgb(121,128,207); }
td.TdClassName
{
border-color: #7980CF;
}
.TagClassName
{
border-color: #7980CF;
}
</style>