Shades of Moody Blue #777ED5
Tints of Moody Blue #777ED5
RGB
CMYK
RGB Variations
Color information
#777ED5 (or 0x777ED5) is known color: Moody Blue. HEX triplet: 77, 7E and D5. RGB value is (119,126,213). Sum of RGB (Red+Green+Blue) = 119+126+213=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #777ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ED5 is #88812A. Grayscale: #858585. Windows color (decimal): -8945963 or 13991543. OLE color: 13991543.
HSL color Cylindrical-coordinate representation of color #777ED5: hue angle of 235.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #777ED5 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 126 | 213 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.16 |
| HSL | 235.53º | 0.53% | 0.65% | - |
| HSV(B) | 235.53º | 0.44% | 0.84% | - |
| XYZ | 27.08 | 23.65 | 66.09 | - |
| YUV | 133.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 213 | 0.44 | 0.41 | 0 | 0.16 | 235.53 | 0.53 | 0.65 |
| Hex | 77 | 7E | D5 | 2C | 29 | 0 | 10 | EC | 35 | 41 |
| Octal | 167 | 176 | 325 | 54 | 51 | 0 | 20 | 354 | 65 | 101 |
| Binary | 1110111 | 1111110 | 11010101 | 101100 | 101001 | 0 | 10000 | 11101100 | 110101 | 1000001 |
Color Harmonies of #777ED5
Complementary color
Monochromatic Colors of #777ED5
Black with #777ED5
Text Example
Text Example
White with #777ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ED5; }
p { color: rgb(119,126,213); }
H1.HeaderClassName
{
color: #777ED5;
}
.AnyTagClassName
{
color: #777ED5;
}
</style>
background-color css
<style>
a { background-color: #777ED5; }
a { background-color: rgb(119,126,213); }
div.DivClassName
{
background-color: #777ED5;
}
.BgClassName
{
background-color: #777ED5;
}
</style>
border-color css
<style>
span { border-color: #777ED5; }
span { border-color: rgb(119,126,213); }
td.TdClassName
{
border-color: #777ED5;
}
.TagClassName
{
border-color: #777ED5;
}
</style>