Shades of Moody Blue #7C7ABB
Tints of Moody Blue #7C7ABB
RGB
CMYK
RGB Variations
Color information
#7C7ABB (or 0x7C7ABB) is known color: Moody Blue. HEX triplet: 7C, 7A and BB. RGB value is (124,122,187). Sum of RGB (Red+Green+Blue) = 124+122+187=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ABB is #838544. Grayscale: #818181. Windows color (decimal): -8619333 or 12286588. OLE color: 12286588.
HSL color Cylindrical-coordinate representation of color #7C7ABB: hue angle of 241.85º 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 #7C7ABB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 122 | 187 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.27 |
| HSL | 241.85º | 0.32% | 0.61% | - |
| HSV(B) | 241.85º | 0.35% | 0.73% | - |
| XYZ | 24.24 | 21.79 | 49.94 | - |
| YUV | 130.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 187 | 0.34 | 0.35 | 0 | 0.27 | 241.85 | 0.32 | 0.61 |
| Hex | 7C | 7A | BB | 22 | 23 | 0 | 1B | F2 | 20 | 3D |
| Octal | 174 | 172 | 273 | 42 | 43 | 0 | 33 | 362 | 40 | 75 |
| Binary | 1111100 | 1111010 | 10111011 | 100010 | 100011 | 0 | 11011 | 11110010 | 100000 | 111101 |
Color Harmonies of #7C7ABB
Complementary color
Monochromatic Colors of #7C7ABB
Black with #7C7ABB
Text Example
Text Example
White with #7C7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7ABB; }
p { color: rgb(124,122,187); }
H1.HeaderClassName
{
color: #7C7ABB;
}
.AnyTagClassName
{
color: #7C7ABB;
}
</style>
background-color css
<style>
a { background-color: #7C7ABB; }
a { background-color: rgb(124,122,187); }
div.DivClassName
{
background-color: #7C7ABB;
}
.BgClassName
{
background-color: #7C7ABB;
}
</style>
border-color css
<style>
span { border-color: #7C7ABB; }
span { border-color: rgb(124,122,187); }
td.TdClassName
{
border-color: #7C7ABB;
}
.TagClassName
{
border-color: #7C7ABB;
}
</style>