Shades of Moody Blue #7E69BD
Tints of Moody Blue #7E69BD
RGB
CMYK
RGB Variations
Color information
#7E69BD (or 0x7E69BD) is known color: Moody Blue. HEX triplet: 7E, 69 and BD. RGB value is (126,105,189). Sum of RGB (Red+Green+Blue) = 126+105+189=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E69BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69BD is #819642. Grayscale: #787878. Windows color (decimal): -8492611 or 12413310. OLE color: 12413310.
HSL color Cylindrical-coordinate representation of color #7E69BD: hue angle of 255º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E69BD is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 105 | 189 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.26 |
| HSL | 255º | 0.39% | 0.58% | - |
| HSV(B) | 255º | 0.44% | 0.74% | - |
| XYZ | 22.84 | 18.21 | 50.46 | - |
| YUV | 120.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 189 | 0.33 | 0.44 | 0 | 0.26 | 255 | 0.39 | 0.58 |
| Hex | 7E | 69 | BD | 21 | 2C | 0 | 1A | FF | 27 | 3A |
| Octal | 176 | 151 | 275 | 41 | 54 | 0 | 32 | 377 | 47 | 72 |
| Binary | 1111110 | 1101001 | 10111101 | 100001 | 101100 | 0 | 11010 | 11111111 | 100111 | 111010 |
Color Harmonies of #7E69BD
Complementary color
Monochromatic Colors of #7E69BD
Black with #7E69BD
Text Example
Text Example
White with #7E69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69BD; }
p { color: rgb(126,105,189); }
H1.HeaderClassName
{
color: #7E69BD;
}
.AnyTagClassName
{
color: #7E69BD;
}
</style>
background-color css
<style>
a { background-color: #7E69BD; }
a { background-color: rgb(126,105,189); }
div.DivClassName
{
background-color: #7E69BD;
}
.BgClassName
{
background-color: #7E69BD;
}
</style>
border-color css
<style>
span { border-color: #7E69BD; }
span { border-color: rgb(126,105,189); }
td.TdClassName
{
border-color: #7E69BD;
}
.TagClassName
{
border-color: #7E69BD;
}
</style>