Shades of Moody Blue #7E69BB
Tints of Moody Blue #7E69BB
RGB
CMYK
RGB Variations
Color information
#7E69BB (or 0x7E69BB) is known color: Moody Blue. HEX triplet: 7E, 69 and BB. RGB value is (126,105,187). Sum of RGB (Red+Green+Blue) = 126+105+187=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E69BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69BB is #819644. Grayscale: #787878. Windows color (decimal): -8492613 or 12282238. OLE color: 12282238.
HSL color Cylindrical-coordinate representation of color #7E69BB: hue angle of 255.37º degrees, saturation: 0.38, 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 #7E69BB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 105 | 187 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.27 |
| HSL | 255.37º | 0.38% | 0.57% | - |
| HSV(B) | 255.37º | 0.44% | 0.73% | - |
| XYZ | 22.63 | 18.13 | 49.32 | - |
| YUV | 120.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 187 | 0.33 | 0.44 | 0 | 0.27 | 255.37 | 0.38 | 0.57 |
| Hex | 7E | 69 | BB | 21 | 2C | 0 | 1B | FF | 26 | 39 |
| Octal | 176 | 151 | 273 | 41 | 54 | 0 | 33 | 377 | 46 | 71 |
| Binary | 1111110 | 1101001 | 10111011 | 100001 | 101100 | 0 | 11011 | 11111111 | 100110 | 111001 |
Color Harmonies of #7E69BB
Complementary color
Monochromatic Colors of #7E69BB
Black with #7E69BB
Text Example
Text Example
White with #7E69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69BB; }
p { color: rgb(126,105,187); }
H1.HeaderClassName
{
color: #7E69BB;
}
.AnyTagClassName
{
color: #7E69BB;
}
</style>
background-color css
<style>
a { background-color: #7E69BB; }
a { background-color: rgb(126,105,187); }
div.DivClassName
{
background-color: #7E69BB;
}
.BgClassName
{
background-color: #7E69BB;
}
</style>
border-color css
<style>
span { border-color: #7E69BB; }
span { border-color: rgb(126,105,187); }
td.TdClassName
{
border-color: #7E69BB;
}
.TagClassName
{
border-color: #7E69BB;
}
</style>