Shades of Moody Blue #7A74BC
Tints of Moody Blue #7A74BC
RGB
CMYK
RGB Variations
Color information
#7A74BC (or 0x7A74BC) is known color: Moody Blue. HEX triplet: 7A, 74 and BC. RGB value is (122,116,188). Sum of RGB (Red+Green+Blue) = 122+116+188=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A74BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A74BC is #858B43. Grayscale: #7D7D7D. Windows color (decimal): -8751940 or 12350586. OLE color: 12350586.
HSL color Cylindrical-coordinate representation of color #7A74BC: hue angle of 245º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A74BC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 116 | 188 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.26 |
| HSL | 245º | 0.35% | 0.6% | - |
| HSV(B) | 245º | 0.38% | 0.74% | - |
| XYZ | 23.35 | 20.26 | 50.26 | - |
| YUV | 126 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 188 | 0.35 | 0.38 | 0 | 0.26 | 245 | 0.35 | 0.6 |
| Hex | 7A | 74 | BC | 23 | 26 | 0 | 1A | F5 | 23 | 3C |
| Octal | 172 | 164 | 274 | 43 | 46 | 0 | 32 | 365 | 43 | 74 |
| Binary | 1111010 | 1110100 | 10111100 | 100011 | 100110 | 0 | 11010 | 11110101 | 100011 | 111100 |
Color Harmonies of #7A74BC
Complementary color
Monochromatic Colors of #7A74BC
Black with #7A74BC
Text Example
Text Example
White with #7A74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A74BC; }
p { color: rgb(122,116,188); }
H1.HeaderClassName
{
color: #7A74BC;
}
.AnyTagClassName
{
color: #7A74BC;
}
</style>
background-color css
<style>
a { background-color: #7A74BC; }
a { background-color: rgb(122,116,188); }
div.DivClassName
{
background-color: #7A74BC;
}
.BgClassName
{
background-color: #7A74BC;
}
</style>
border-color css
<style>
span { border-color: #7A74BC; }
span { border-color: rgb(122,116,188); }
td.TdClassName
{
border-color: #7A74BC;
}
.TagClassName
{
border-color: #7A74BC;
}
</style>