Shades of Moody Blue #7A73C3
Tints of Moody Blue #7A73C3
RGB
CMYK
RGB Variations
Color information
#7A73C3 (or 0x7A73C3) is known color: Moody Blue. HEX triplet: 7A, 73 and C3. RGB value is (122,115,195). Sum of RGB (Red+Green+Blue) = 122+115+195=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A73C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73C3 is #858C3C. Grayscale: #7D7D7D. Windows color (decimal): -8752189 or 12809082. OLE color: 12809082.
HSL color Cylindrical-coordinate representation of color #7A73C3: hue angle of 245.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A73C3 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 115 | 195 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.24 |
| HSL | 245.25º | 0.4% | 0.61% | - |
| HSV(B) | 245.25º | 0.41% | 0.76% | - |
| XYZ | 24.01 | 20.34 | 54.29 | - |
| YUV | 126.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 195 | 0.37 | 0.41 | 0 | 0.24 | 245.25 | 0.4 | 0.61 |
| Hex | 7A | 73 | C3 | 25 | 29 | 0 | 18 | F5 | 28 | 3D |
| Octal | 172 | 163 | 303 | 45 | 51 | 0 | 30 | 365 | 50 | 75 |
| Binary | 1111010 | 1110011 | 11000011 | 100101 | 101001 | 0 | 11000 | 11110101 | 101000 | 111101 |
Color Harmonies of #7A73C3
Complementary color
Monochromatic Colors of #7A73C3
Black with #7A73C3
Text Example
Text Example
White with #7A73C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73C3; }
p { color: rgb(122,115,195); }
H1.HeaderClassName
{
color: #7A73C3;
}
.AnyTagClassName
{
color: #7A73C3;
}
</style>
background-color css
<style>
a { background-color: #7A73C3; }
a { background-color: rgb(122,115,195); }
div.DivClassName
{
background-color: #7A73C3;
}
.BgClassName
{
background-color: #7A73C3;
}
</style>
border-color css
<style>
span { border-color: #7A73C3; }
span { border-color: rgb(122,115,195); }
td.TdClassName
{
border-color: #7A73C3;
}
.TagClassName
{
border-color: #7A73C3;
}
</style>