Shades of Moody Blue #7980CB
Tints of Moody Blue #7980CB
RGB
CMYK
RGB Variations
Color information
#7980CB (or 0x7980CB) is known color: Moody Blue. HEX triplet: 79, 80 and CB. RGB value is (121,128,203). Sum of RGB (Red+Green+Blue) = 121+128+203=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #7980CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980CB is #867F34. Grayscale: #868686. Windows color (decimal): -8814389 or 13336697. OLE color: 13336697.
HSL color Cylindrical-coordinate representation of color #7980CB: hue angle of 234.88º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7980CB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 128 | 203 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.20 |
| HSL | 234.88º | 0.44% | 0.64% | - |
| HSV(B) | 234.88º | 0.4% | 0.8% | - |
| XYZ | 26.38 | 23.82 | 59.71 | - |
| YUV | 134.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 203 | 0.40 | 0.37 | 0 | 0.20 | 234.88 | 0.44 | 0.64 |
| Hex | 79 | 80 | CB | 28 | 25 | 0 | 14 | EB | 2C | 40 |
| Octal | 171 | 200 | 313 | 50 | 45 | 0 | 24 | 353 | 54 | 100 |
| Binary | 1111001 | 10000000 | 11001011 | 101000 | 100101 | 0 | 10100 | 11101011 | 101100 | 1000000 |
Color Harmonies of #7980CB
Complementary color
Monochromatic Colors of #7980CB
Black with #7980CB
Text Example
Text Example
White with #7980CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980CB; }
p { color: rgb(121,128,203); }
H1.HeaderClassName
{
color: #7980CB;
}
.AnyTagClassName
{
color: #7980CB;
}
</style>
background-color css
<style>
a { background-color: #7980CB; }
a { background-color: rgb(121,128,203); }
div.DivClassName
{
background-color: #7980CB;
}
.BgClassName
{
background-color: #7980CB;
}
</style>
border-color css
<style>
span { border-color: #7980CB; }
span { border-color: rgb(121,128,203); }
td.TdClassName
{
border-color: #7980CB;
}
.TagClassName
{
border-color: #7980CB;
}
</style>