Shades of Moody Blue #7E77BB
Tints of Moody Blue #7E77BB
RGB
CMYK
RGB Variations
Color information
#7E77BB (or 0x7E77BB) is known color: Moody Blue. HEX triplet: 7E, 77 and BB. RGB value is (126,119,187). Sum of RGB (Red+Green+Blue) = 126+119+187=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E77BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E77BB is #818844. Grayscale: #808080. Windows color (decimal): -8489029 or 12285822. OLE color: 12285822.
HSL color Cylindrical-coordinate representation of color #7E77BB: hue angle of 246.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E77BB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 119 | 187 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.27 |
| HSL | 246.18º | 0.33% | 0.6% | - |
| HSV(B) | 246.18º | 0.36% | 0.73% | - |
| XYZ | 24.17 | 21.22 | 49.84 | - |
| YUV | 128.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 187 | 0.33 | 0.36 | 0 | 0.27 | 246.18 | 0.33 | 0.6 |
| Hex | 7E | 77 | BB | 21 | 24 | 0 | 1B | F6 | 21 | 3C |
| Octal | 176 | 167 | 273 | 41 | 44 | 0 | 33 | 366 | 41 | 74 |
| Binary | 1111110 | 1110111 | 10111011 | 100001 | 100100 | 0 | 11011 | 11110110 | 100001 | 111100 |
Color Harmonies of #7E77BB
Complementary color
Monochromatic Colors of #7E77BB
Black with #7E77BB
Text Example
Text Example
White with #7E77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E77BB; }
p { color: rgb(126,119,187); }
H1.HeaderClassName
{
color: #7E77BB;
}
.AnyTagClassName
{
color: #7E77BB;
}
</style>
background-color css
<style>
a { background-color: #7E77BB; }
a { background-color: rgb(126,119,187); }
div.DivClassName
{
background-color: #7E77BB;
}
.BgClassName
{
background-color: #7E77BB;
}
</style>
border-color css
<style>
span { border-color: #7E77BB; }
span { border-color: rgb(126,119,187); }
td.TdClassName
{
border-color: #7E77BB;
}
.TagClassName
{
border-color: #7E77BB;
}
</style>