Shades of Moody Blue #7A76DA
Tints of Moody Blue #7A76DA
RGB
CMYK
RGB Variations
Color information
#7A76DA (or 0x7A76DA) is known color: Moody Blue. HEX triplet: 7A, 76 and DA. RGB value is (122,118,218). Sum of RGB (Red+Green+Blue) = 122+118+218=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A76DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76DA is #858925. Grayscale: #828282. Windows color (decimal): -8751398 or 14317178. OLE color: 14317178.
HSL color Cylindrical-coordinate representation of color #7A76DA: hue angle of 242.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A76DA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 118 | 218 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.15 |
| HSL | 242.4º | 0.57% | 0.66% | - |
| HSV(B) | 242.4º | 0.46% | 0.85% | - |
| XYZ | 27.16 | 22.16 | 69.17 | - |
| YUV | 130.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 218 | 0.44 | 0.46 | 0 | 0.15 | 242.4 | 0.57 | 0.66 |
| Hex | 7A | 76 | DA | 2C | 2E | 0 | F | F2 | 39 | 42 |
| Octal | 172 | 166 | 332 | 54 | 56 | 0 | 17 | 362 | 71 | 102 |
| Binary | 1111010 | 1110110 | 11011010 | 101100 | 101110 | 0 | 1111 | 11110010 | 111001 | 1000010 |
Color Harmonies of #7A76DA
Complementary color
Monochromatic Colors of #7A76DA
Black with #7A76DA
Text Example
Text Example
White with #7A76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76DA; }
p { color: rgb(122,118,218); }
H1.HeaderClassName
{
color: #7A76DA;
}
.AnyTagClassName
{
color: #7A76DA;
}
</style>
background-color css
<style>
a { background-color: #7A76DA; }
a { background-color: rgb(122,118,218); }
div.DivClassName
{
background-color: #7A76DA;
}
.BgClassName
{
background-color: #7A76DA;
}
</style>
border-color css
<style>
span { border-color: #7A76DA; }
span { border-color: rgb(122,118,218); }
td.TdClassName
{
border-color: #7A76DA;
}
.TagClassName
{
border-color: #7A76DA;
}
</style>