Shades of Moody Blue #7A77D6
Tints of Moody Blue #7A77D6
RGB
CMYK
RGB Variations
Color information
#7A77D6 (or 0x7A77D6) is known color: Moody Blue. HEX triplet: 7A, 77 and D6. RGB value is (122,119,214). Sum of RGB (Red+Green+Blue) = 122+119+214=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A77D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77D6 is #858829. Grayscale: #828282. Windows color (decimal): -8751146 or 14055290. OLE color: 14055290.
HSL color Cylindrical-coordinate representation of color #7A77D6: hue angle of 241.89º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A77D6 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 119 | 214 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.16 |
| HSL | 241.89º | 0.54% | 0.65% | - |
| HSV(B) | 241.89º | 0.44% | 0.84% | - |
| XYZ | 26.76 | 22.19 | 66.49 | - |
| YUV | 130.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 214 | 0.43 | 0.44 | 0 | 0.16 | 241.89 | 0.54 | 0.65 |
| Hex | 7A | 77 | D6 | 2B | 2C | 0 | 10 | F2 | 36 | 41 |
| Octal | 172 | 167 | 326 | 53 | 54 | 0 | 20 | 362 | 66 | 101 |
| Binary | 1111010 | 1110111 | 11010110 | 101011 | 101100 | 0 | 10000 | 11110010 | 110110 | 1000001 |
Color Harmonies of #7A77D6
Complementary color
Monochromatic Colors of #7A77D6
Black with #7A77D6
Text Example
Text Example
White with #7A77D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A77D6; }
p { color: rgb(122,119,214); }
H1.HeaderClassName
{
color: #7A77D6;
}
.AnyTagClassName
{
color: #7A77D6;
}
</style>
background-color css
<style>
a { background-color: #7A77D6; }
a { background-color: rgb(122,119,214); }
div.DivClassName
{
background-color: #7A77D6;
}
.BgClassName
{
background-color: #7A77D6;
}
</style>
border-color css
<style>
span { border-color: #7A77D6; }
span { border-color: rgb(122,119,214); }
td.TdClassName
{
border-color: #7A77D6;
}
.TagClassName
{
border-color: #7A77D6;
}
</style>