Shades of Moody Blue #7E7BDC
Tints of Moody Blue #7E7BDC
RGB
CMYK
RGB Variations
Color information
#7E7BDC (or 0x7E7BDC) is known color: Moody Blue. HEX triplet: 7E, 7B and DC. RGB value is (126,123,220). Sum of RGB (Red+Green+Blue) = 126+123+220=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E7BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BDC is #818423. Grayscale: #868686. Windows color (decimal): -8487972 or 14449534. OLE color: 14449534.
HSL color Cylindrical-coordinate representation of color #7E7BDC: hue angle of 241.86º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7BDC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 123 | 220 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.14 |
| HSL | 241.86º | 0.58% | 0.67% | - |
| HSV(B) | 241.86º | 0.44% | 0.86% | - |
| XYZ | 28.61 | 23.77 | 70.79 | - |
| YUV | 134.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 220 | 0.43 | 0.44 | 0 | 0.14 | 241.86 | 0.58 | 0.67 |
| Hex | 7E | 7B | DC | 2B | 2C | 0 | E | F2 | 3A | 43 |
| Octal | 176 | 173 | 334 | 53 | 54 | 0 | 16 | 362 | 72 | 103 |
| Binary | 1111110 | 1111011 | 11011100 | 101011 | 101100 | 0 | 1110 | 11110010 | 111010 | 1000011 |
Color Harmonies of #7E7BDC
Complementary color
Monochromatic Colors of #7E7BDC
Black with #7E7BDC
Text Example
Text Example
White with #7E7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7BDC; }
p { color: rgb(126,123,220); }
H1.HeaderClassName
{
color: #7E7BDC;
}
.AnyTagClassName
{
color: #7E7BDC;
}
</style>
background-color css
<style>
a { background-color: #7E7BDC; }
a { background-color: rgb(126,123,220); }
div.DivClassName
{
background-color: #7E7BDC;
}
.BgClassName
{
background-color: #7E7BDC;
}
</style>
border-color css
<style>
span { border-color: #7E7BDC; }
span { border-color: rgb(126,123,220); }
td.TdClassName
{
border-color: #7E7BDC;
}
.TagClassName
{
border-color: #7E7BDC;
}
</style>