Shades of Moody Blue #7E72D7
Tints of Moody Blue #7E72D7
RGB
CMYK
RGB Variations
Color information
#7E72D7 (or 0x7E72D7) is known color: Moody Blue. HEX triplet: 7E, 72 and D7. RGB value is (126,114,215). Sum of RGB (Red+Green+Blue) = 126+114+215=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #7E72D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E72D7 is #818D28. Grayscale: #808080. Windows color (decimal): -8490281 or 14119550. OLE color: 14119550.
HSL color Cylindrical-coordinate representation of color #7E72D7: hue angle of 247.13º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E72D7 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 114 | 215 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.16 |
| HSL | 247.13º | 0.56% | 0.65% | - |
| HSV(B) | 247.13º | 0.47% | 0.84% | - |
| XYZ | 26.89 | 21.38 | 67 | - |
| YUV | 129.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 215 | 0.41 | 0.47 | 0 | 0.16 | 247.13 | 0.56 | 0.65 |
| Hex | 7E | 72 | D7 | 29 | 2F | 0 | 10 | F7 | 38 | 41 |
| Octal | 176 | 162 | 327 | 51 | 57 | 0 | 20 | 367 | 70 | 101 |
| Binary | 1111110 | 1110010 | 11010111 | 101001 | 101111 | 0 | 10000 | 11110111 | 111000 | 1000001 |
Color Harmonies of #7E72D7
Complementary color
Monochromatic Colors of #7E72D7
Black with #7E72D7
Text Example
Text Example
White with #7E72D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E72D7; }
p { color: rgb(126,114,215); }
H1.HeaderClassName
{
color: #7E72D7;
}
.AnyTagClassName
{
color: #7E72D7;
}
</style>
background-color css
<style>
a { background-color: #7E72D7; }
a { background-color: rgb(126,114,215); }
div.DivClassName
{
background-color: #7E72D7;
}
.BgClassName
{
background-color: #7E72D7;
}
</style>
border-color css
<style>
span { border-color: #7E72D7; }
span { border-color: rgb(126,114,215); }
td.TdClassName
{
border-color: #7E72D7;
}
.TagClassName
{
border-color: #7E72D7;
}
</style>