Shades of Moody Blue #7E69BF
Tints of Moody Blue #7E69BF
RGB
CMYK
RGB Variations
Color information
#7E69BF (or 0x7E69BF) is known color: Moody Blue. HEX triplet: 7E, 69 and BF. RGB value is (126,105,191). Sum of RGB (Red+Green+Blue) = 126+105+191=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E69BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69BF is #819640. Grayscale: #787878. Windows color (decimal): -8492609 or 12544382. OLE color: 12544382.
HSL color Cylindrical-coordinate representation of color #7E69BF: hue angle of 254.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E69BF is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 105 | 191 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.25 |
| HSL | 254.65º | 0.4% | 0.58% | - |
| HSV(B) | 254.65º | 0.45% | 0.75% | - |
| XYZ | 23.06 | 18.3 | 51.61 | - |
| YUV | 121.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 191 | 0.34 | 0.45 | 0 | 0.25 | 254.65 | 0.4 | 0.58 |
| Hex | 7E | 69 | BF | 22 | 2D | 0 | 19 | FF | 28 | 3A |
| Octal | 176 | 151 | 277 | 42 | 55 | 0 | 31 | 377 | 50 | 72 |
| Binary | 1111110 | 1101001 | 10111111 | 100010 | 101101 | 0 | 11001 | 11111111 | 101000 | 111010 |
Color Harmonies of #7E69BF
Complementary color
Monochromatic Colors of #7E69BF
Black with #7E69BF
Text Example
Text Example
White with #7E69BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69BF; }
p { color: rgb(126,105,191); }
H1.HeaderClassName
{
color: #7E69BF;
}
.AnyTagClassName
{
color: #7E69BF;
}
</style>
background-color css
<style>
a { background-color: #7E69BF; }
a { background-color: rgb(126,105,191); }
div.DivClassName
{
background-color: #7E69BF;
}
.BgClassName
{
background-color: #7E69BF;
}
</style>
border-color css
<style>
span { border-color: #7E69BF; }
span { border-color: rgb(126,105,191); }
td.TdClassName
{
border-color: #7E69BF;
}
.TagClassName
{
border-color: #7E69BF;
}
</style>