Shades of Moody Blue #7A80D9
Tints of Moody Blue #7A80D9
RGB
CMYK
RGB Variations
Color information
#7A80D9 (or 0x7A80D9) is known color: Moody Blue. HEX triplet: 7A, 80 and D9. RGB value is (122,128,217). Sum of RGB (Red+Green+Blue) = 122+128+217=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A80D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A80D9 is #857F26. Grayscale: #878787. Windows color (decimal): -8748839 or 14254202. OLE color: 14254202.
HSL color Cylindrical-coordinate representation of color #7A80D9: hue angle of 236.21º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A80D9 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 128 | 217 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.15 |
| HSL | 236.21º | 0.56% | 0.66% | - |
| HSV(B) | 236.21º | 0.44% | 0.85% | - |
| XYZ | 28.27 | 24.59 | 68.9 | - |
| YUV | 136.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 217 | 0.44 | 0.41 | 0 | 0.15 | 236.21 | 0.56 | 0.66 |
| Hex | 7A | 80 | D9 | 2C | 29 | 0 | F | EC | 38 | 42 |
| Octal | 172 | 200 | 331 | 54 | 51 | 0 | 17 | 354 | 70 | 102 |
| Binary | 1111010 | 10000000 | 11011001 | 101100 | 101001 | 0 | 1111 | 11101100 | 111000 | 1000010 |
Color Harmonies of #7A80D9
Complementary color
Monochromatic Colors of #7A80D9
Black with #7A80D9
Text Example
Text Example
White with #7A80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A80D9; }
p { color: rgb(122,128,217); }
H1.HeaderClassName
{
color: #7A80D9;
}
.AnyTagClassName
{
color: #7A80D9;
}
</style>
background-color css
<style>
a { background-color: #7A80D9; }
a { background-color: rgb(122,128,217); }
div.DivClassName
{
background-color: #7A80D9;
}
.BgClassName
{
background-color: #7A80D9;
}
</style>
border-color css
<style>
span { border-color: #7A80D9; }
span { border-color: rgb(122,128,217); }
td.TdClassName
{
border-color: #7A80D9;
}
.TagClassName
{
border-color: #7A80D9;
}
</style>