Shades of Moody Blue #777EDD
Tints of Moody Blue #777EDD
RGB
CMYK
RGB Variations
Color information
#777EDD (or 0x777EDD) is known color: Moody Blue. HEX triplet: 77, 7E and DD. RGB value is (119,126,221). Sum of RGB (Red+Green+Blue) = 119+126+221=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 126 (49.61% from 255 or 27.04% 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 #777EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EDD is #888122. Grayscale: #868686. Windows color (decimal): -8945955 or 14515831. OLE color: 14515831.
HSL color Cylindrical-coordinate representation of color #777EDD: hue angle of 235.88º 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 #777EDD is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 126 | 221 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 235.88º | 0.6% | 0.67% | - |
| HSV(B) | 235.88º | 0.46% | 0.87% | - |
| XYZ | 28.12 | 24.06 | 71.57 | - |
| YUV | 134.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 221 | 0.46 | 0.43 | 0 | 0.13 | 235.88 | 0.6 | 0.67 |
| Hex | 77 | 7E | DD | 2E | 2B | 0 | D | EC | 3C | 43 |
| Octal | 167 | 176 | 335 | 56 | 53 | 0 | 15 | 354 | 74 | 103 |
| Binary | 1110111 | 1111110 | 11011101 | 101110 | 101011 | 0 | 1101 | 11101100 | 111100 | 1000011 |
Color Harmonies of #777EDD
Complementary color
Monochromatic Colors of #777EDD
Black with #777EDD
Text Example
Text Example
White with #777EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EDD; }
p { color: rgb(119,126,221); }
H1.HeaderClassName
{
color: #777EDD;
}
.AnyTagClassName
{
color: #777EDD;
}
</style>
background-color css
<style>
a { background-color: #777EDD; }
a { background-color: rgb(119,126,221); }
div.DivClassName
{
background-color: #777EDD;
}
.BgClassName
{
background-color: #777EDD;
}
</style>
border-color css
<style>
span { border-color: #777EDD; }
span { border-color: rgb(119,126,221); }
td.TdClassName
{
border-color: #777EDD;
}
.TagClassName
{
border-color: #777EDD;
}
</style>