Shades of Moody Blue #7A76D5
Tints of Moody Blue #7A76D5
RGB
CMYK
RGB Variations
Color information
#7A76D5 (or 0x7A76D5) is known color: Moody Blue. HEX triplet: 7A, 76 and D5. RGB value is (122,118,213). Sum of RGB (Red+Green+Blue) = 122+118+213=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A76D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76D5 is #85892A. Grayscale: #818181. Windows color (decimal): -8751403 or 13989498. OLE color: 13989498.
HSL color Cylindrical-coordinate representation of color #7A76D5: hue angle of 242.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A76D5 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 118 | 213 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.16 |
| HSL | 242.53º | 0.53% | 0.65% | - |
| HSV(B) | 242.53º | 0.45% | 0.84% | - |
| XYZ | 26.51 | 21.9 | 65.78 | - |
| YUV | 130.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 213 | 0.43 | 0.45 | 0 | 0.16 | 242.53 | 0.53 | 0.65 |
| Hex | 7A | 76 | D5 | 2B | 2D | 0 | 10 | F3 | 35 | 41 |
| Octal | 172 | 166 | 325 | 53 | 55 | 0 | 20 | 363 | 65 | 101 |
| Binary | 1111010 | 1110110 | 11010101 | 101011 | 101101 | 0 | 10000 | 11110011 | 110101 | 1000001 |
Color Harmonies of #7A76D5
Complementary color
Monochromatic Colors of #7A76D5
Black with #7A76D5
Text Example
Text Example
White with #7A76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76D5; }
p { color: rgb(122,118,213); }
H1.HeaderClassName
{
color: #7A76D5;
}
.AnyTagClassName
{
color: #7A76D5;
}
</style>
background-color css
<style>
a { background-color: #7A76D5; }
a { background-color: rgb(122,118,213); }
div.DivClassName
{
background-color: #7A76D5;
}
.BgClassName
{
background-color: #7A76D5;
}
</style>
border-color css
<style>
span { border-color: #7A76D5; }
span { border-color: rgb(122,118,213); }
td.TdClassName
{
border-color: #7A76D5;
}
.TagClassName
{
border-color: #7A76D5;
}
</style>