Shades of Moody Blue #7E74D6
Tints of Moody Blue #7E74D6
RGB
CMYK
RGB Variations
Color information
#7E74D6 (or 0x7E74D6) is known color: Moody Blue. HEX triplet: 7E, 74 and D6. RGB value is (126,116,214). Sum of RGB (Red+Green+Blue) = 126+116+214=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #7E74D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E74D6 is #818B29. Grayscale: #818181. Windows color (decimal): -8489770 or 14054526. OLE color: 14054526.
HSL color Cylindrical-coordinate representation of color #7E74D6: hue angle of 246.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E74D6 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 116 | 214 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.16 |
| HSL | 246.12º | 0.54% | 0.65% | - |
| HSV(B) | 246.12º | 0.46% | 0.84% | - |
| XYZ | 26.99 | 21.78 | 66.4 | - |
| YUV | 130.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 214 | 0.41 | 0.46 | 0 | 0.16 | 246.12 | 0.54 | 0.65 |
| Hex | 7E | 74 | D6 | 29 | 2E | 0 | 10 | F6 | 36 | 41 |
| Octal | 176 | 164 | 326 | 51 | 56 | 0 | 20 | 366 | 66 | 101 |
| Binary | 1111110 | 1110100 | 11010110 | 101001 | 101110 | 0 | 10000 | 11110110 | 110110 | 1000001 |
Color Harmonies of #7E74D6
Complementary color
Monochromatic Colors of #7E74D6
Black with #7E74D6
Text Example
Text Example
White with #7E74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E74D6; }
p { color: rgb(126,116,214); }
H1.HeaderClassName
{
color: #7E74D6;
}
.AnyTagClassName
{
color: #7E74D6;
}
</style>
background-color css
<style>
a { background-color: #7E74D6; }
a { background-color: rgb(126,116,214); }
div.DivClassName
{
background-color: #7E74D6;
}
.BgClassName
{
background-color: #7E74D6;
}
</style>
border-color css
<style>
span { border-color: #7E74D6; }
span { border-color: rgb(126,116,214); }
td.TdClassName
{
border-color: #7E74D6;
}
.TagClassName
{
border-color: #7E74D6;
}
</style>