Shades of Moody Blue #7E77DD
Tints of Moody Blue #7E77DD
RGB
CMYK
RGB Variations
Color information
#7E77DD (or 0x7E77DD) is known color: Moody Blue. HEX triplet: 7E, 77 and DD. RGB value is (126,119,221). Sum of RGB (Red+Green+Blue) = 126+119+221=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E77DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E77DD is #818822. Grayscale: #848484. Windows color (decimal): -8488995 or 14514046. OLE color: 14514046.
HSL color Cylindrical-coordinate representation of color #7E77DD: hue angle of 244.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E77DD is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 119 | 221 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.13 |
| HSL | 244.12º | 0.6% | 0.67% | - |
| HSV(B) | 244.12º | 0.46% | 0.87% | - |
| XYZ | 28.25 | 22.85 | 71.33 | - |
| YUV | 132.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 221 | 0.43 | 0.46 | 0 | 0.13 | 244.12 | 0.6 | 0.67 |
| Hex | 7E | 77 | DD | 2B | 2E | 0 | D | F4 | 3C | 43 |
| Octal | 176 | 167 | 335 | 53 | 56 | 0 | 15 | 364 | 74 | 103 |
| Binary | 1111110 | 1110111 | 11011101 | 101011 | 101110 | 0 | 1101 | 11110100 | 111100 | 1000011 |
Color Harmonies of #7E77DD
Complementary color
Monochromatic Colors of #7E77DD
Black with #7E77DD
Text Example
Text Example
White with #7E77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E77DD; }
p { color: rgb(126,119,221); }
H1.HeaderClassName
{
color: #7E77DD;
}
.AnyTagClassName
{
color: #7E77DD;
}
</style>
background-color css
<style>
a { background-color: #7E77DD; }
a { background-color: rgb(126,119,221); }
div.DivClassName
{
background-color: #7E77DD;
}
.BgClassName
{
background-color: #7E77DD;
}
</style>
border-color css
<style>
span { border-color: #7E77DD; }
span { border-color: rgb(126,119,221); }
td.TdClassName
{
border-color: #7E77DD;
}
.TagClassName
{
border-color: #7E77DD;
}
</style>