Shades of Moody Blue #7E69BA
Tints of Moody Blue #7E69BA
RGB
CMYK
RGB Variations
Color information
#7E69BA (or 0x7E69BA) is known color: Moody Blue. HEX triplet: 7E, 69 and BA. RGB value is (126,105,186). Sum of RGB (Red+Green+Blue) = 126+105+186=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69BA is #819645. Grayscale: #787878. Windows color (decimal): -8492614 or 12216702. OLE color: 12216702.
HSL color Cylindrical-coordinate representation of color #7E69BA: hue angle of 255.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E69BA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 105 | 186 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.27 |
| HSL | 255.56º | 0.37% | 0.57% | - |
| HSV(B) | 255.56º | 0.44% | 0.73% | - |
| XYZ | 22.52 | 18.08 | 48.76 | - |
| YUV | 120.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 186 | 0.32 | 0.44 | 0 | 0.27 | 255.56 | 0.37 | 0.57 |
| Hex | 7E | 69 | BA | 20 | 2C | 0 | 1B | 100 | 25 | 39 |
| Octal | 176 | 151 | 272 | 40 | 54 | 0 | 33 | 400 | 45 | 71 |
| Binary | 1111110 | 1101001 | 10111010 | 100000 | 101100 | 0 | 11011 | 100000000 | 100101 | 111001 |
Color Harmonies of #7E69BA
Complementary color
Monochromatic Colors of #7E69BA
Black with #7E69BA
Text Example
Text Example
White with #7E69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69BA; }
p { color: rgb(126,105,186); }
H1.HeaderClassName
{
color: #7E69BA;
}
.AnyTagClassName
{
color: #7E69BA;
}
</style>
background-color css
<style>
a { background-color: #7E69BA; }
a { background-color: rgb(126,105,186); }
div.DivClassName
{
background-color: #7E69BA;
}
.BgClassName
{
background-color: #7E69BA;
}
</style>
border-color css
<style>
span { border-color: #7E69BA; }
span { border-color: rgb(126,105,186); }
td.TdClassName
{
border-color: #7E69BA;
}
.TagClassName
{
border-color: #7E69BA;
}
</style>