Shades of Moody Blue #7A73BE
Tints of Moody Blue #7A73BE
RGB
CMYK
RGB Variations
Color information
#7A73BE (or 0x7A73BE) is known color: Moody Blue. HEX triplet: 7A, 73 and BE. RGB value is (122,115,190). Sum of RGB (Red+Green+Blue) = 122+115+190=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73BE is #858C41. Grayscale: #7D7D7D. Windows color (decimal): -8752194 or 12481402. OLE color: 12481402.
HSL color Cylindrical-coordinate representation of color #7A73BE: hue angle of 245.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A73BE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 115 | 190 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.25 |
| HSL | 245.6º | 0.37% | 0.6% | - |
| HSV(B) | 245.6º | 0.39% | 0.75% | - |
| XYZ | 23.45 | 20.12 | 51.36 | - |
| YUV | 125.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 190 | 0.36 | 0.39 | 0 | 0.25 | 245.6 | 0.37 | 0.6 |
| Hex | 7A | 73 | BE | 24 | 27 | 0 | 19 | F6 | 25 | 3C |
| Octal | 172 | 163 | 276 | 44 | 47 | 0 | 31 | 366 | 45 | 74 |
| Binary | 1111010 | 1110011 | 10111110 | 100100 | 100111 | 0 | 11001 | 11110110 | 100101 | 111100 |
Color Harmonies of #7A73BE
Complementary color
Monochromatic Colors of #7A73BE
Black with #7A73BE
Text Example
Text Example
White with #7A73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73BE; }
p { color: rgb(122,115,190); }
H1.HeaderClassName
{
color: #7A73BE;
}
.AnyTagClassName
{
color: #7A73BE;
}
</style>
background-color css
<style>
a { background-color: #7A73BE; }
a { background-color: rgb(122,115,190); }
div.DivClassName
{
background-color: #7A73BE;
}
.BgClassName
{
background-color: #7A73BE;
}
</style>
border-color css
<style>
span { border-color: #7A73BE; }
span { border-color: rgb(122,115,190); }
td.TdClassName
{
border-color: #7A73BE;
}
.TagClassName
{
border-color: #7A73BE;
}
</style>