Shades of Moody Blue #7A76D4
Tints of Moody Blue #7A76D4
RGB
CMYK
RGB Variations
Color information
#7A76D4 (or 0x7A76D4) is known color: Moody Blue. HEX triplet: 7A, 76 and D4. RGB value is (122,118,212). Sum of RGB (Red+Green+Blue) = 122+118+212=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #7A76D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76D4 is #85892B. Grayscale: #818181. Windows color (decimal): -8751404 or 13923962. OLE color: 13923962.
HSL color Cylindrical-coordinate representation of color #7A76D4: hue angle of 242.55º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A76D4 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 118 | 212 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.17 |
| HSL | 242.55º | 0.52% | 0.65% | - |
| HSV(B) | 242.55º | 0.44% | 0.83% | - |
| XYZ | 26.39 | 21.85 | 65.11 | - |
| YUV | 129.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 212 | 0.42 | 0.44 | 0 | 0.17 | 242.55 | 0.52 | 0.65 |
| Hex | 7A | 76 | D4 | 2A | 2C | 0 | 11 | F3 | 34 | 41 |
| Octal | 172 | 166 | 324 | 52 | 54 | 0 | 21 | 363 | 64 | 101 |
| Binary | 1111010 | 1110110 | 11010100 | 101010 | 101100 | 0 | 10001 | 11110011 | 110100 | 1000001 |
Color Harmonies of #7A76D4
Complementary color
Monochromatic Colors of #7A76D4
Black with #7A76D4
Text Example
Text Example
White with #7A76D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76D4; }
p { color: rgb(122,118,212); }
H1.HeaderClassName
{
color: #7A76D4;
}
.AnyTagClassName
{
color: #7A76D4;
}
</style>
background-color css
<style>
a { background-color: #7A76D4; }
a { background-color: rgb(122,118,212); }
div.DivClassName
{
background-color: #7A76D4;
}
.BgClassName
{
background-color: #7A76D4;
}
</style>
border-color css
<style>
span { border-color: #7A76D4; }
span { border-color: rgb(122,118,212); }
td.TdClassName
{
border-color: #7A76D4;
}
.TagClassName
{
border-color: #7A76D4;
}
</style>