Shades of Moody Blue #7A7BBA
Tints of Moody Blue #7A7BBA
RGB
CMYK
RGB Variations
Color information
#7A7BBA (or 0x7A7BBA) is known color: Moody Blue. HEX triplet: 7A, 7B and BA. RGB value is (122,123,186). Sum of RGB (Red+Green+Blue) = 122+123+186=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BBA is #858445. Grayscale: #818181. Windows color (decimal): -8750150 or 12221306. OLE color: 12221306.
HSL color Cylindrical-coordinate representation of color #7A7BBA: hue angle of 239.06º 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 #7A7BBA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 123 | 186 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.27 |
| HSL | 239.06º | 0.32% | 0.6% | - |
| HSV(B) | 239.06º | 0.34% | 0.73% | - |
| XYZ | 23.97 | 21.85 | 49.41 | - |
| YUV | 129.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 186 | 0.34 | 0.34 | 0 | 0.27 | 239.06 | 0.32 | 0.6 |
| Hex | 7A | 7B | BA | 22 | 22 | 0 | 1B | EF | 20 | 3C |
| Octal | 172 | 173 | 272 | 42 | 42 | 0 | 33 | 357 | 40 | 74 |
| Binary | 1111010 | 1111011 | 10111010 | 100010 | 100010 | 0 | 11011 | 11101111 | 100000 | 111100 |
Color Harmonies of #7A7BBA
Complementary color
Monochromatic Colors of #7A7BBA
Black with #7A7BBA
Text Example
Text Example
White with #7A7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BBA; }
p { color: rgb(122,123,186); }
H1.HeaderClassName
{
color: #7A7BBA;
}
.AnyTagClassName
{
color: #7A7BBA;
}
</style>
background-color css
<style>
a { background-color: #7A7BBA; }
a { background-color: rgb(122,123,186); }
div.DivClassName
{
background-color: #7A7BBA;
}
.BgClassName
{
background-color: #7A7BBA;
}
</style>
border-color css
<style>
span { border-color: #7A7BBA; }
span { border-color: rgb(122,123,186); }
td.TdClassName
{
border-color: #7A7BBA;
}
.TagClassName
{
border-color: #7A7BBA;
}
</style>