Shades of Moody Blue #7C7ABD
Tints of Moody Blue #7C7ABD
RGB
CMYK
RGB Variations
Color information
#7C7ABD (or 0x7C7ABD) is known color: Moody Blue. HEX triplet: 7C, 7A and BD. RGB value is (124,122,189). Sum of RGB (Red+Green+Blue) = 124+122+189=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ABD is #838542. Grayscale: #818181. Windows color (decimal): -8619331 or 12417660. OLE color: 12417660.
HSL color Cylindrical-coordinate representation of color #7C7ABD: hue angle of 241.79º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7ABD is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 122 | 189 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.26 |
| HSL | 241.79º | 0.34% | 0.61% | - |
| HSV(B) | 241.79º | 0.35% | 0.74% | - |
| XYZ | 24.46 | 21.88 | 51.08 | - |
| YUV | 130.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 189 | 0.34 | 0.35 | 0 | 0.26 | 241.79 | 0.34 | 0.61 |
| Hex | 7C | 7A | BD | 22 | 23 | 0 | 1A | F2 | 22 | 3D |
| Octal | 174 | 172 | 275 | 42 | 43 | 0 | 32 | 362 | 42 | 75 |
| Binary | 1111100 | 1111010 | 10111101 | 100010 | 100011 | 0 | 11010 | 11110010 | 100010 | 111101 |
Color Harmonies of #7C7ABD
Complementary color
Monochromatic Colors of #7C7ABD
Black with #7C7ABD
Text Example
Text Example
White with #7C7ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7ABD; }
p { color: rgb(124,122,189); }
H1.HeaderClassName
{
color: #7C7ABD;
}
.AnyTagClassName
{
color: #7C7ABD;
}
</style>
background-color css
<style>
a { background-color: #7C7ABD; }
a { background-color: rgb(124,122,189); }
div.DivClassName
{
background-color: #7C7ABD;
}
.BgClassName
{
background-color: #7C7ABD;
}
</style>
border-color css
<style>
span { border-color: #7C7ABD; }
span { border-color: rgb(124,122,189); }
td.TdClassName
{
border-color: #7C7ABD;
}
.TagClassName
{
border-color: #7C7ABD;
}
</style>