Shades of Moody Blue #7E79DB
Tints of Moody Blue #7E79DB
RGB
CMYK
RGB Variations
Color information
#7E79DB (or 0x7E79DB) is known color: Moody Blue. HEX triplet: 7E, 79 and DB. RGB value is (126,121,219). Sum of RGB (Red+Green+Blue) = 126+121+219=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E79DB is #818624. Grayscale: #858585. Windows color (decimal): -8488485 or 14383486. OLE color: 14383486.
HSL color Cylindrical-coordinate representation of color #7E79DB: hue angle of 243.06º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E79DB is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 121 | 219 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.14 |
| HSL | 243.06º | 0.58% | 0.67% | - |
| HSV(B) | 243.06º | 0.45% | 0.86% | - |
| XYZ | 28.23 | 23.22 | 70.01 | - |
| YUV | 133.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 219 | 0.42 | 0.45 | 0 | 0.14 | 243.06 | 0.58 | 0.67 |
| Hex | 7E | 79 | DB | 2A | 2D | 0 | E | F3 | 3A | 43 |
| Octal | 176 | 171 | 333 | 52 | 55 | 0 | 16 | 363 | 72 | 103 |
| Binary | 1111110 | 1111001 | 11011011 | 101010 | 101101 | 0 | 1110 | 11110011 | 111010 | 1000011 |
Color Harmonies of #7E79DB
Complementary color
Monochromatic Colors of #7E79DB
Black with #7E79DB
Text Example
Text Example
White with #7E79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E79DB; }
p { color: rgb(126,121,219); }
H1.HeaderClassName
{
color: #7E79DB;
}
.AnyTagClassName
{
color: #7E79DB;
}
</style>
background-color css
<style>
a { background-color: #7E79DB; }
a { background-color: rgb(126,121,219); }
div.DivClassName
{
background-color: #7E79DB;
}
.BgClassName
{
background-color: #7E79DB;
}
</style>
border-color css
<style>
span { border-color: #7E79DB; }
span { border-color: rgb(126,121,219); }
td.TdClassName
{
border-color: #7E79DB;
}
.TagClassName
{
border-color: #7E79DB;
}
</style>