Shades of Moody Blue #7E69D7
Tints of Moody Blue #7E69D7
RGB
CMYK
RGB Variations
Color information
#7E69D7 (or 0x7E69D7) is known color: Moody Blue. HEX triplet: 7E, 69 and D7. RGB value is (126,105,215). Sum of RGB (Red+Green+Blue) = 126+105+215=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #7E69D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69D7 is #819628. Grayscale: #7B7B7B. Windows color (decimal): -8492585 or 14117246. OLE color: 14117246.
HSL color Cylindrical-coordinate representation of color #7E69D7: hue angle of 251.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E69D7 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 105 | 215 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.16 |
| HSL | 251.45º | 0.58% | 0.63% | - |
| HSV(B) | 251.45º | 0.51% | 0.84% | - |
| XYZ | 25.92 | 19.45 | 66.68 | - |
| YUV | 123.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 215 | 0.41 | 0.51 | 0 | 0.16 | 251.45 | 0.58 | 0.63 |
| Hex | 7E | 69 | D7 | 29 | 33 | 0 | 10 | FB | 3A | 3F |
| Octal | 176 | 151 | 327 | 51 | 63 | 0 | 20 | 373 | 72 | 77 |
| Binary | 1111110 | 1101001 | 11010111 | 101001 | 110011 | 0 | 10000 | 11111011 | 111010 | 111111 |
Color Harmonies of #7E69D7
Complementary color
Monochromatic Colors of #7E69D7
Black with #7E69D7
Text Example
Text Example
White with #7E69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69D7; }
p { color: rgb(126,105,215); }
H1.HeaderClassName
{
color: #7E69D7;
}
.AnyTagClassName
{
color: #7E69D7;
}
</style>
background-color css
<style>
a { background-color: #7E69D7; }
a { background-color: rgb(126,105,215); }
div.DivClassName
{
background-color: #7E69D7;
}
.BgClassName
{
background-color: #7E69D7;
}
</style>
border-color css
<style>
span { border-color: #7E69D7; }
span { border-color: rgb(126,105,215); }
td.TdClassName
{
border-color: #7E69D7;
}
.TagClassName
{
border-color: #7E69D7;
}
</style>