Shades of Moody Blue #7E7CDF
Tints of Moody Blue #7E7CDF
RGB
CMYK
RGB Variations
Color information
#7E7CDF (or 0x7E7CDF) is known color: Moody Blue. HEX triplet: 7E, 7C and DF. RGB value is (126,124,223). Sum of RGB (Red+Green+Blue) = 126+124+223=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E7CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7CDF is #818320. Grayscale: #878787. Windows color (decimal): -8487713 or 14646398. OLE color: 14646398.
HSL color Cylindrical-coordinate representation of color #7E7CDF: hue angle of 241.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7CDF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 124 | 223 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.13 |
| HSL | 241.21º | 0.61% | 0.68% | - |
| HSV(B) | 241.21º | 0.44% | 0.87% | - |
| XYZ | 29.13 | 24.18 | 72.94 | - |
| YUV | 135.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 223 | 0.43 | 0.44 | 0 | 0.13 | 241.21 | 0.61 | 0.68 |
| Hex | 7E | 7C | DF | 2B | 2C | 0 | D | F1 | 3D | 44 |
| Octal | 176 | 174 | 337 | 53 | 54 | 0 | 15 | 361 | 75 | 104 |
| Binary | 1111110 | 1111100 | 11011111 | 101011 | 101100 | 0 | 1101 | 11110001 | 111101 | 1000100 |
Color Harmonies of #7E7CDF
Complementary color
Monochromatic Colors of #7E7CDF
Black with #7E7CDF
Text Example
Text Example
White with #7E7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7CDF; }
p { color: rgb(126,124,223); }
H1.HeaderClassName
{
color: #7E7CDF;
}
.AnyTagClassName
{
color: #7E7CDF;
}
</style>
background-color css
<style>
a { background-color: #7E7CDF; }
a { background-color: rgb(126,124,223); }
div.DivClassName
{
background-color: #7E7CDF;
}
.BgClassName
{
background-color: #7E7CDF;
}
</style>
border-color css
<style>
span { border-color: #7E7CDF; }
span { border-color: rgb(126,124,223); }
td.TdClassName
{
border-color: #7E7CDF;
}
.TagClassName
{
border-color: #7E7CDF;
}
</style>