Shades of Moody Blue #7E7CAE
Tints of Moody Blue #7E7CAE
RGB
CMYK
RGB Variations
Color information
#7E7CAE (or 0x7E7CAE) is known color: Moody Blue. HEX triplet: 7E, 7C and AE. RGB value is (126,124,174). Sum of RGB (Red+Green+Blue) = 126+124+174=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7CAE is #818351. Grayscale: #828282. Windows color (decimal): -8487762 or 11435134. OLE color: 11435134.
HSL color Cylindrical-coordinate representation of color #7E7CAE: hue angle of 242.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E7CAE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 124 | 174 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.32 |
| HSL | 242.4º | 0.24% | 0.58% | - |
| HSV(B) | 242.4º | 0.29% | 0.68% | - |
| XYZ | 23.45 | 21.91 | 43.04 | - |
| YUV | 130.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 174 | 0.28 | 0.29 | 0 | 0.32 | 242.4 | 0.24 | 0.58 |
| Hex | 7E | 7C | AE | 1C | 1D | 0 | 20 | F2 | 18 | 3A |
| Octal | 176 | 174 | 256 | 34 | 35 | 0 | 40 | 362 | 30 | 72 |
| Binary | 1111110 | 1111100 | 10101110 | 11100 | 11101 | 0 | 100000 | 11110010 | 11000 | 111010 |
Color Harmonies of #7E7CAE
Complementary color
Monochromatic Colors of #7E7CAE
Black with #7E7CAE
Text Example
Text Example
White with #7E7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7CAE; }
p { color: rgb(126,124,174); }
H1.HeaderClassName
{
color: #7E7CAE;
}
.AnyTagClassName
{
color: #7E7CAE;
}
</style>
background-color css
<style>
a { background-color: #7E7CAE; }
a { background-color: rgb(126,124,174); }
div.DivClassName
{
background-color: #7E7CAE;
}
.BgClassName
{
background-color: #7E7CAE;
}
</style>
border-color css
<style>
span { border-color: #7E7CAE; }
span { border-color: rgb(126,124,174); }
td.TdClassName
{
border-color: #7E7CAE;
}
.TagClassName
{
border-color: #7E7CAE;
}
</style>