Shades of Moody Blue #7A76B2
Tints of Moody Blue #7A76B2
RGB
CMYK
RGB Variations
Color information
#7A76B2 (or 0x7A76B2) is known color: Moody Blue. HEX triplet: 7A, 76 and B2. RGB value is (122,118,178). Sum of RGB (Red+Green+Blue) = 122+118+178=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #7A76B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A76B2 is #85894D. Grayscale: #7D7D7D. Windows color (decimal): -8751438 or 11695738. OLE color: 11695738.
HSL color Cylindrical-coordinate representation of color #7A76B2: hue angle of 244º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A76B2 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 118 | 178 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.30 |
| HSL | 244º | 0.28% | 0.58% | - |
| HSV(B) | 244º | 0.34% | 0.7% | - |
| XYZ | 22.54 | 20.31 | 44.85 | - |
| YUV | 126.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 178 | 0.31 | 0.34 | 0 | 0.30 | 244 | 0.28 | 0.58 |
| Hex | 7A | 76 | B2 | 1F | 22 | 0 | 1E | F4 | 1C | 3A |
| Octal | 172 | 166 | 262 | 37 | 42 | 0 | 36 | 364 | 34 | 72 |
| Binary | 1111010 | 1110110 | 10110010 | 11111 | 100010 | 0 | 11110 | 11110100 | 11100 | 111010 |
Color Harmonies of #7A76B2
Complementary color
Monochromatic Colors of #7A76B2
Black with #7A76B2
Text Example
Text Example
White with #7A76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76B2; }
p { color: rgb(122,118,178); }
H1.HeaderClassName
{
color: #7A76B2;
}
.AnyTagClassName
{
color: #7A76B2;
}
</style>
background-color css
<style>
a { background-color: #7A76B2; }
a { background-color: rgb(122,118,178); }
div.DivClassName
{
background-color: #7A76B2;
}
.BgClassName
{
background-color: #7A76B2;
}
</style>
border-color css
<style>
span { border-color: #7A76B2; }
span { border-color: rgb(122,118,178); }
td.TdClassName
{
border-color: #7A76B2;
}
.TagClassName
{
border-color: #7A76B2;
}
</style>