Shades of Moody Blue #7E7DDF
Tints of Moody Blue #7E7DDF
RGB
CMYK
RGB Variations
Color information
#7E7DDF (or 0x7E7DDF) is known color: Moody Blue. HEX triplet: 7E, 7D and DF. RGB value is (126,125,223). Sum of RGB (Red+Green+Blue) = 126+125+223=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E7DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DDF is #818220. Grayscale: #888888. Windows color (decimal): -8487457 or 14646654. OLE color: 14646654.
HSL color Cylindrical-coordinate representation of color #7E7DDF: hue angle of 240.61º degrees, saturation: 0.6, 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 #7E7DDF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 125 | 223 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.13 |
| HSL | 240.61º | 0.6% | 0.68% | - |
| HSV(B) | 240.61º | 0.44% | 0.87% | - |
| XYZ | 29.26 | 24.43 | 72.99 | - |
| YUV | 136.47 | 176.83 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 223 | 0.43 | 0.44 | 0 | 0.13 | 240.61 | 0.6 | 0.68 |
| Hex | 7E | 7D | DF | 2B | 2C | 0 | D | F1 | 3C | 44 |
| Octal | 176 | 175 | 337 | 53 | 54 | 0 | 15 | 361 | 74 | 104 |
| Binary | 1111110 | 1111101 | 11011111 | 101011 | 101100 | 0 | 1101 | 11110001 | 111100 | 1000100 |
Color Harmonies of #7E7DDF
Complementary color
Monochromatic Colors of #7E7DDF
Black with #7E7DDF
Text Example
Text Example
White with #7E7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7DDF; }
p { color: rgb(126,125,223); }
H1.HeaderClassName
{
color: #7E7DDF;
}
.AnyTagClassName
{
color: #7E7DDF;
}
</style>
background-color css
<style>
a { background-color: #7E7DDF; }
a { background-color: rgb(126,125,223); }
div.DivClassName
{
background-color: #7E7DDF;
}
.BgClassName
{
background-color: #7E7DDF;
}
</style>
border-color css
<style>
span { border-color: #7E7DDF; }
span { border-color: rgb(126,125,223); }
td.TdClassName
{
border-color: #7E7DDF;
}
.TagClassName
{
border-color: #7E7DDF;
}
</style>