Shades of Moody Blue #7E69BC
Tints of Moody Blue #7E69BC
RGB
CMYK
RGB Variations
Color information
#7E69BC (or 0x7E69BC) is known color: Moody Blue. HEX triplet: 7E, 69 and BC. RGB value is (126,105,188). Sum of RGB (Red+Green+Blue) = 126+105+188=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69BC is #819643. Grayscale: #787878. Windows color (decimal): -8492612 or 12347774. OLE color: 12347774.
HSL color Cylindrical-coordinate representation of color #7E69BC: hue angle of 255.18º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E69BC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 105 | 188 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.26 |
| HSL | 255.18º | 0.38% | 0.57% | - |
| HSV(B) | 255.18º | 0.44% | 0.74% | - |
| XYZ | 22.73 | 18.17 | 49.89 | - |
| YUV | 120.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 188 | 0.33 | 0.44 | 0 | 0.26 | 255.18 | 0.38 | 0.57 |
| Hex | 7E | 69 | BC | 21 | 2C | 0 | 1A | FF | 26 | 39 |
| Octal | 176 | 151 | 274 | 41 | 54 | 0 | 32 | 377 | 46 | 71 |
| Binary | 1111110 | 1101001 | 10111100 | 100001 | 101100 | 0 | 11010 | 11111111 | 100110 | 111001 |
Color Harmonies of #7E69BC
Complementary color
Monochromatic Colors of #7E69BC
Black with #7E69BC
Text Example
Text Example
White with #7E69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69BC; }
p { color: rgb(126,105,188); }
H1.HeaderClassName
{
color: #7E69BC;
}
.AnyTagClassName
{
color: #7E69BC;
}
</style>
background-color css
<style>
a { background-color: #7E69BC; }
a { background-color: rgb(126,105,188); }
div.DivClassName
{
background-color: #7E69BC;
}
.BgClassName
{
background-color: #7E69BC;
}
</style>
border-color css
<style>
span { border-color: #7E69BC; }
span { border-color: rgb(126,105,188); }
td.TdClassName
{
border-color: #7E69BC;
}
.TagClassName
{
border-color: #7E69BC;
}
</style>