Shades of Moody Blue #7A7CBA
Tints of Moody Blue #7A7CBA
RGB
CMYK
RGB Variations
Color information
#7A7CBA (or 0x7A7CBA) is known color: Moody Blue. HEX triplet: 7A, 7C and BA. RGB value is (122,124,186). Sum of RGB (Red+Green+Blue) = 122+124+186=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CBA is #858345. Grayscale: #828282. Windows color (decimal): -8749894 or 12221562. OLE color: 12221562.
HSL color Cylindrical-coordinate representation of color #7A7CBA: hue angle of 238.12º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A7CBA is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 124 | 186 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.27 |
| HSL | 238.13º | 0.32% | 0.6% | - |
| HSV(B) | 238.13º | 0.34% | 0.73% | - |
| XYZ | 24.1 | 22.1 | 49.45 | - |
| YUV | 130.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 186 | 0.34 | 0.33 | 0 | 0.27 | 238.13 | 0.32 | 0.6 |
| Hex | 7A | 7C | BA | 22 | 21 | 0 | 1B | EE | 20 | 3C |
| Octal | 172 | 174 | 272 | 42 | 41 | 0 | 33 | 356 | 40 | 74 |
| Binary | 1111010 | 1111100 | 10111010 | 100010 | 100001 | 0 | 11011 | 11101110 | 100000 | 111100 |
Color Harmonies of #7A7CBA
Complementary color
Monochromatic Colors of #7A7CBA
Black with #7A7CBA
Text Example
Text Example
White with #7A7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7CBA; }
p { color: rgb(122,124,186); }
H1.HeaderClassName
{
color: #7A7CBA;
}
.AnyTagClassName
{
color: #7A7CBA;
}
</style>
background-color css
<style>
a { background-color: #7A7CBA; }
a { background-color: rgb(122,124,186); }
div.DivClassName
{
background-color: #7A7CBA;
}
.BgClassName
{
background-color: #7A7CBA;
}
</style>
border-color css
<style>
span { border-color: #7A7CBA; }
span { border-color: rgb(122,124,186); }
td.TdClassName
{
border-color: #7A7CBA;
}
.TagClassName
{
border-color: #7A7CBA;
}
</style>