Shades of Moody Blue #7E7FDB
Tints of Moody Blue #7E7FDB
RGB
CMYK
RGB Variations
Color information
#7E7FDB (or 0x7E7FDB) is known color: Moody Blue. HEX triplet: 7E, 7F and DB. RGB value is (126,127,219). Sum of RGB (Red+Green+Blue) = 126+127+219=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7FDB is #818024. Grayscale: #888888. Windows color (decimal): -8486949 or 14385022. OLE color: 14385022.
HSL color Cylindrical-coordinate representation of color #7E7FDB: hue angle of 239.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E7FDB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 127 | 219 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.14 |
| HSL | 239.35º | 0.56% | 0.68% | - |
| HSV(B) | 239.35º | 0.42% | 0.86% | - |
| XYZ | 28.98 | 24.73 | 70.26 | - |
| YUV | 137.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 219 | 0.42 | 0.42 | 0 | 0.14 | 239.35 | 0.56 | 0.68 |
| Hex | 7E | 7F | DB | 2A | 2A | 0 | E | EF | 38 | 44 |
| Octal | 176 | 177 | 333 | 52 | 52 | 0 | 16 | 357 | 70 | 104 |
| Binary | 1111110 | 1111111 | 11011011 | 101010 | 101010 | 0 | 1110 | 11101111 | 111000 | 1000100 |
Color Harmonies of #7E7FDB
Complementary color
Monochromatic Colors of #7E7FDB
Black with #7E7FDB
Text Example
Text Example
White with #7E7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7FDB; }
p { color: rgb(126,127,219); }
H1.HeaderClassName
{
color: #7E7FDB;
}
.AnyTagClassName
{
color: #7E7FDB;
}
</style>
background-color css
<style>
a { background-color: #7E7FDB; }
a { background-color: rgb(126,127,219); }
div.DivClassName
{
background-color: #7E7FDB;
}
.BgClassName
{
background-color: #7E7FDB;
}
</style>
border-color css
<style>
span { border-color: #7E7FDB; }
span { border-color: rgb(126,127,219); }
td.TdClassName
{
border-color: #7E7FDB;
}
.TagClassName
{
border-color: #7E7FDB;
}
</style>