Shades of Moody Blue #7A74BF
Tints of Moody Blue #7A74BF
RGB
CMYK
RGB Variations
Color information
#7A74BF (or 0x7A74BF) is known color: Moody Blue. HEX triplet: 7A, 74 and BF. RGB value is (122,116,191). Sum of RGB (Red+Green+Blue) = 122+116+191=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A74BF is #858B40. Grayscale: #7E7E7E. Windows color (decimal): -8751937 or 12547194. OLE color: 12547194.
HSL color Cylindrical-coordinate representation of color #7A74BF: hue angle of 244.8º 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 #7A74BF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 116 | 191 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.25 |
| HSL | 244.8º | 0.37% | 0.6% | - |
| HSV(B) | 244.8º | 0.39% | 0.75% | - |
| XYZ | 23.68 | 20.39 | 51.98 | - |
| YUV | 126.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 191 | 0.36 | 0.39 | 0 | 0.25 | 244.8 | 0.37 | 0.6 |
| Hex | 7A | 74 | BF | 24 | 27 | 0 | 19 | F5 | 25 | 3C |
| Octal | 172 | 164 | 277 | 44 | 47 | 0 | 31 | 365 | 45 | 74 |
| Binary | 1111010 | 1110100 | 10111111 | 100100 | 100111 | 0 | 11001 | 11110101 | 100101 | 111100 |
Color Harmonies of #7A74BF
Complementary color
Monochromatic Colors of #7A74BF
Black with #7A74BF
Text Example
Text Example
White with #7A74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A74BF; }
p { color: rgb(122,116,191); }
H1.HeaderClassName
{
color: #7A74BF;
}
.AnyTagClassName
{
color: #7A74BF;
}
</style>
background-color css
<style>
a { background-color: #7A74BF; }
a { background-color: rgb(122,116,191); }
div.DivClassName
{
background-color: #7A74BF;
}
.BgClassName
{
background-color: #7A74BF;
}
</style>
border-color css
<style>
span { border-color: #7A74BF; }
span { border-color: rgb(122,116,191); }
td.TdClassName
{
border-color: #7A74BF;
}
.TagClassName
{
border-color: #7A74BF;
}
</style>