Shades of Moody Blue #7A73D5
Tints of Moody Blue #7A73D5
RGB
CMYK
RGB Variations
Color information
#7A73D5 (or 0x7A73D5) is known color: Moody Blue. HEX triplet: 7A, 73 and D5. RGB value is (122,115,213). Sum of RGB (Red+Green+Blue) = 122+115+213=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A73D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73D5 is #858C2A. Grayscale: #7F7F7F. Windows color (decimal): -8752171 or 13988730. OLE color: 13988730.
HSL color Cylindrical-coordinate representation of color #7A73D5: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A73D5 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 115 | 213 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.16 |
| HSL | 244.29º | 0.54% | 0.64% | - |
| HSV(B) | 244.29º | 0.46% | 0.84% | - |
| XYZ | 26.17 | 21.2 | 65.66 | - |
| YUV | 128.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 213 | 0.43 | 0.46 | 0 | 0.16 | 244.29 | 0.54 | 0.64 |
| Hex | 7A | 73 | D5 | 2B | 2E | 0 | 10 | F4 | 36 | 40 |
| Octal | 172 | 163 | 325 | 53 | 56 | 0 | 20 | 364 | 66 | 100 |
| Binary | 1111010 | 1110011 | 11010101 | 101011 | 101110 | 0 | 10000 | 11110100 | 110110 | 1000000 |
Color Harmonies of #7A73D5
Complementary color
Monochromatic Colors of #7A73D5
Black with #7A73D5
Text Example
Text Example
White with #7A73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73D5; }
p { color: rgb(122,115,213); }
H1.HeaderClassName
{
color: #7A73D5;
}
.AnyTagClassName
{
color: #7A73D5;
}
</style>
background-color css
<style>
a { background-color: #7A73D5; }
a { background-color: rgb(122,115,213); }
div.DivClassName
{
background-color: #7A73D5;
}
.BgClassName
{
background-color: #7A73D5;
}
</style>
border-color css
<style>
span { border-color: #7A73D5; }
span { border-color: rgb(122,115,213); }
td.TdClassName
{
border-color: #7A73D5;
}
.TagClassName
{
border-color: #7A73D5;
}
</style>