Shades of Moody Blue #7A7BBB
Tints of Moody Blue #7A7BBB
RGB
CMYK
RGB Variations
Color information
#7A7BBB (or 0x7A7BBB) is known color: Moody Blue. HEX triplet: 7A, 7B and BB. RGB value is (122,123,187). Sum of RGB (Red+Green+Blue) = 122+123+187=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A7BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BBB is #858444. Grayscale: #818181. Windows color (decimal): -8750149 or 12286842. OLE color: 12286842.
HSL color Cylindrical-coordinate representation of color #7A7BBB: hue angle of 239.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A7BBB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 123 | 187 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.27 |
| HSL | 239.08º | 0.32% | 0.61% | - |
| HSV(B) | 239.08º | 0.35% | 0.73% | - |
| XYZ | 24.08 | 21.89 | 49.97 | - |
| YUV | 130 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 187 | 0.35 | 0.34 | 0 | 0.27 | 239.08 | 0.32 | 0.61 |
| Hex | 7A | 7B | BB | 23 | 22 | 0 | 1B | EF | 20 | 3D |
| Octal | 172 | 173 | 273 | 43 | 42 | 0 | 33 | 357 | 40 | 75 |
| Binary | 1111010 | 1111011 | 10111011 | 100011 | 100010 | 0 | 11011 | 11101111 | 100000 | 111101 |
Color Harmonies of #7A7BBB
Complementary color
Monochromatic Colors of #7A7BBB
Black with #7A7BBB
Text Example
Text Example
White with #7A7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BBB; }
p { color: rgb(122,123,187); }
H1.HeaderClassName
{
color: #7A7BBB;
}
.AnyTagClassName
{
color: #7A7BBB;
}
</style>
background-color css
<style>
a { background-color: #7A7BBB; }
a { background-color: rgb(122,123,187); }
div.DivClassName
{
background-color: #7A7BBB;
}
.BgClassName
{
background-color: #7A7BBB;
}
</style>
border-color css
<style>
span { border-color: #7A7BBB; }
span { border-color: rgb(122,123,187); }
td.TdClassName
{
border-color: #7A7BBB;
}
.TagClassName
{
border-color: #7A7BBB;
}
</style>