Shades of Moody Blue #7E73DB
Tints of Moody Blue #7E73DB
RGB
CMYK
RGB Variations
Color information
#7E73DB (or 0x7E73DB) is known color: Moody Blue. HEX triplet: 7E, 73 and DB. RGB value is (126,115,219). Sum of RGB (Red+Green+Blue) = 126+115+219=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E73DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E73DB is #818C24. Grayscale: #818181. Windows color (decimal): -8490021 or 14381950. OLE color: 14381950.
HSL color Cylindrical-coordinate representation of color #7E73DB: hue angle of 246.35º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E73DB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 115 | 219 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.14 |
| HSL | 246.35º | 0.59% | 0.65% | - |
| HSV(B) | 246.35º | 0.47% | 0.86% | - |
| XYZ | 27.52 | 21.81 | 69.78 | - |
| YUV | 130.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 219 | 0.42 | 0.47 | 0 | 0.14 | 246.35 | 0.59 | 0.65 |
| Hex | 7E | 73 | DB | 2A | 2F | 0 | E | F6 | 3B | 41 |
| Octal | 176 | 163 | 333 | 52 | 57 | 0 | 16 | 366 | 73 | 101 |
| Binary | 1111110 | 1110011 | 11011011 | 101010 | 101111 | 0 | 1110 | 11110110 | 111011 | 1000001 |
Color Harmonies of #7E73DB
Complementary color
Monochromatic Colors of #7E73DB
Black with #7E73DB
Text Example
Text Example
White with #7E73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E73DB; }
p { color: rgb(126,115,219); }
H1.HeaderClassName
{
color: #7E73DB;
}
.AnyTagClassName
{
color: #7E73DB;
}
</style>
background-color css
<style>
a { background-color: #7E73DB; }
a { background-color: rgb(126,115,219); }
div.DivClassName
{
background-color: #7E73DB;
}
.BgClassName
{
background-color: #7E73DB;
}
</style>
border-color css
<style>
span { border-color: #7E73DB; }
span { border-color: rgb(126,115,219); }
td.TdClassName
{
border-color: #7E73DB;
}
.TagClassName
{
border-color: #7E73DB;
}
</style>