Shades of Moody Blue #7A80CE
Tints of Moody Blue #7A80CE
RGB
CMYK
RGB Variations
Color information
#7A80CE (or 0x7A80CE) is known color: Moody Blue. HEX triplet: 7A, 80 and CE. RGB value is (122,128,206). Sum of RGB (Red+Green+Blue) = 122+128+206=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A80CE is #857F31. Grayscale: #868686. Windows color (decimal): -8748850 or 13533306. OLE color: 13533306.
HSL color Cylindrical-coordinate representation of color #7A80CE: hue angle of 235.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A80CE is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 128 | 206 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.19 |
| HSL | 235.71º | 0.46% | 0.64% | - |
| HSV(B) | 235.71º | 0.41% | 0.81% | - |
| XYZ | 26.89 | 24.03 | 61.61 | - |
| YUV | 135.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 206 | 0.41 | 0.38 | 0 | 0.19 | 235.71 | 0.46 | 0.64 |
| Hex | 7A | 80 | CE | 29 | 26 | 0 | 13 | EC | 2E | 40 |
| Octal | 172 | 200 | 316 | 51 | 46 | 0 | 23 | 354 | 56 | 100 |
| Binary | 1111010 | 10000000 | 11001110 | 101001 | 100110 | 0 | 10011 | 11101100 | 101110 | 1000000 |
Color Harmonies of #7A80CE
Complementary color
Monochromatic Colors of #7A80CE
Black with #7A80CE
Text Example
Text Example
White with #7A80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A80CE; }
p { color: rgb(122,128,206); }
H1.HeaderClassName
{
color: #7A80CE;
}
.AnyTagClassName
{
color: #7A80CE;
}
</style>
background-color css
<style>
a { background-color: #7A80CE; }
a { background-color: rgb(122,128,206); }
div.DivClassName
{
background-color: #7A80CE;
}
.BgClassName
{
background-color: #7A80CE;
}
</style>
border-color css
<style>
span { border-color: #7A80CE; }
span { border-color: rgb(122,128,206); }
td.TdClassName
{
border-color: #7A80CE;
}
.TagClassName
{
border-color: #7A80CE;
}
</style>