Shades of Moody Blue #7A80CA
Tints of Moody Blue #7A80CA
RGB
CMYK
RGB Variations
Color information
#7A80CA (or 0x7A80CA) is known color: Moody Blue. HEX triplet: 7A, 80 and CA. RGB value is (122,128,202). Sum of RGB (Red+Green+Blue) = 122+128+202=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A80CA is #857F35. Grayscale: #868686. Windows color (decimal): -8748854 or 13271162. OLE color: 13271162.
HSL color Cylindrical-coordinate representation of color #7A80CA: hue angle of 235.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A80CA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 128 | 202 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.21 |
| HSL | 235.5º | 0.43% | 0.64% | - |
| HSV(B) | 235.5º | 0.4% | 0.79% | - |
| XYZ | 26.41 | 23.84 | 59.09 | - |
| YUV | 134.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 202 | 0.40 | 0.37 | 0 | 0.21 | 235.5 | 0.43 | 0.64 |
| Hex | 7A | 80 | CA | 28 | 25 | 0 | 15 | EC | 2B | 40 |
| Octal | 172 | 200 | 312 | 50 | 45 | 0 | 25 | 354 | 53 | 100 |
| Binary | 1111010 | 10000000 | 11001010 | 101000 | 100101 | 0 | 10101 | 11101100 | 101011 | 1000000 |
Color Harmonies of #7A80CA
Complementary color
Monochromatic Colors of #7A80CA
Black with #7A80CA
Text Example
Text Example
White with #7A80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A80CA; }
p { color: rgb(122,128,202); }
H1.HeaderClassName
{
color: #7A80CA;
}
.AnyTagClassName
{
color: #7A80CA;
}
</style>
background-color css
<style>
a { background-color: #7A80CA; }
a { background-color: rgb(122,128,202); }
div.DivClassName
{
background-color: #7A80CA;
}
.BgClassName
{
background-color: #7A80CA;
}
</style>
border-color css
<style>
span { border-color: #7A80CA; }
span { border-color: rgb(122,128,202); }
td.TdClassName
{
border-color: #7A80CA;
}
.TagClassName
{
border-color: #7A80CA;
}
</style>