Shades of Moody Blue #7A74BE
Tints of Moody Blue #7A74BE
RGB
CMYK
RGB Variations
Color information
#7A74BE (or 0x7A74BE) is known color: Moody Blue. HEX triplet: 7A, 74 and BE. RGB value is (122,116,190). Sum of RGB (Red+Green+Blue) = 122+116+190=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A74BE is #858B41. Grayscale: #7D7D7D. Windows color (decimal): -8751938 or 12481658. OLE color: 12481658.
HSL color Cylindrical-coordinate representation of color #7A74BE: hue angle of 244.86º degrees, saturation: 0.36, 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 #7A74BE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 116 | 190 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.25 |
| HSL | 244.86º | 0.36% | 0.6% | - |
| HSV(B) | 244.86º | 0.39% | 0.75% | - |
| XYZ | 23.57 | 20.35 | 51.4 | - |
| YUV | 126.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 190 | 0.36 | 0.39 | 0 | 0.25 | 244.86 | 0.36 | 0.6 |
| Hex | 7A | 74 | BE | 24 | 27 | 0 | 19 | F5 | 24 | 3C |
| Octal | 172 | 164 | 276 | 44 | 47 | 0 | 31 | 365 | 44 | 74 |
| Binary | 1111010 | 1110100 | 10111110 | 100100 | 100111 | 0 | 11001 | 11110101 | 100100 | 111100 |
Color Harmonies of #7A74BE
Complementary color
Monochromatic Colors of #7A74BE
Black with #7A74BE
Text Example
Text Example
White with #7A74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A74BE; }
p { color: rgb(122,116,190); }
H1.HeaderClassName
{
color: #7A74BE;
}
.AnyTagClassName
{
color: #7A74BE;
}
</style>
background-color css
<style>
a { background-color: #7A74BE; }
a { background-color: rgb(122,116,190); }
div.DivClassName
{
background-color: #7A74BE;
}
.BgClassName
{
background-color: #7A74BE;
}
</style>
border-color css
<style>
span { border-color: #7A74BE; }
span { border-color: rgb(122,116,190); }
td.TdClassName
{
border-color: #7A74BE;
}
.TagClassName
{
border-color: #7A74BE;
}
</style>