Shades of Moody Blue #7A77CD
Tints of Moody Blue #7A77CD
RGB
CMYK
RGB Variations
Color information
#7A77CD (or 0x7A77CD) is known color: Moody Blue. HEX triplet: 7A, 77 and CD. RGB value is (122,119,205). Sum of RGB (Red+Green+Blue) = 122+119+205=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77CD is #858832. Grayscale: #818181. Windows color (decimal): -8751155 or 13465466. OLE color: 13465466.
HSL color Cylindrical-coordinate representation of color #7A77CD: hue angle of 242.09º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A77CD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 119 | 205 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.20 |
| HSL | 242.09º | 0.46% | 0.64% | - |
| HSV(B) | 242.09º | 0.42% | 0.8% | - |
| XYZ | 25.64 | 21.74 | 60.6 | - |
| YUV | 129.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 205 | 0.40 | 0.42 | 0 | 0.20 | 242.09 | 0.46 | 0.64 |
| Hex | 7A | 77 | CD | 28 | 2A | 0 | 14 | F2 | 2E | 40 |
| Octal | 172 | 167 | 315 | 50 | 52 | 0 | 24 | 362 | 56 | 100 |
| Binary | 1111010 | 1110111 | 11001101 | 101000 | 101010 | 0 | 10100 | 11110010 | 101110 | 1000000 |
Color Harmonies of #7A77CD
Complementary color
Monochromatic Colors of #7A77CD
Black with #7A77CD
Text Example
Text Example
White with #7A77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A77CD; }
p { color: rgb(122,119,205); }
H1.HeaderClassName
{
color: #7A77CD;
}
.AnyTagClassName
{
color: #7A77CD;
}
</style>
background-color css
<style>
a { background-color: #7A77CD; }
a { background-color: rgb(122,119,205); }
div.DivClassName
{
background-color: #7A77CD;
}
.BgClassName
{
background-color: #7A77CD;
}
</style>
border-color css
<style>
span { border-color: #7A77CD; }
span { border-color: rgb(122,119,205); }
td.TdClassName
{
border-color: #7A77CD;
}
.TagClassName
{
border-color: #7A77CD;
}
</style>