Shades of Moody Blue #7A73CE
Tints of Moody Blue #7A73CE
RGB
CMYK
RGB Variations
Color information
#7A73CE (or 0x7A73CE) is known color: Moody Blue. HEX triplet: 7A, 73 and CE. RGB value is (122,115,206). Sum of RGB (Red+Green+Blue) = 122+115+206=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73CE is #858C31. Grayscale: #7F7F7F. Windows color (decimal): -8752178 or 13529978. OLE color: 13529978.
HSL color Cylindrical-coordinate representation of color #7A73CE: hue angle of 244.62º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A73CE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 115 | 206 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.19 |
| HSL | 244.62º | 0.48% | 0.63% | - |
| HSV(B) | 244.62º | 0.44% | 0.81% | - |
| XYZ | 25.3 | 20.86 | 61.08 | - |
| YUV | 127.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 206 | 0.41 | 0.44 | 0 | 0.19 | 244.62 | 0.48 | 0.63 |
| Hex | 7A | 73 | CE | 29 | 2C | 0 | 13 | F5 | 30 | 3F |
| Octal | 172 | 163 | 316 | 51 | 54 | 0 | 23 | 365 | 60 | 77 |
| Binary | 1111010 | 1110011 | 11001110 | 101001 | 101100 | 0 | 10011 | 11110101 | 110000 | 111111 |
Color Harmonies of #7A73CE
Complementary color
Monochromatic Colors of #7A73CE
Black with #7A73CE
Text Example
Text Example
White with #7A73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73CE; }
p { color: rgb(122,115,206); }
H1.HeaderClassName
{
color: #7A73CE;
}
.AnyTagClassName
{
color: #7A73CE;
}
</style>
background-color css
<style>
a { background-color: #7A73CE; }
a { background-color: rgb(122,115,206); }
div.DivClassName
{
background-color: #7A73CE;
}
.BgClassName
{
background-color: #7A73CE;
}
</style>
border-color css
<style>
span { border-color: #7A73CE; }
span { border-color: rgb(122,115,206); }
td.TdClassName
{
border-color: #7A73CE;
}
.TagClassName
{
border-color: #7A73CE;
}
</style>