Shades of Moody Blue #7776D5
Tints of Moody Blue #7776D5
RGB
CMYK
RGB Variations
Color information
#7776D5 (or 0x7776D5) is known color: Moody Blue. HEX triplet: 77, 76 and D5. RGB value is (119,118,213). Sum of RGB (Red+Green+Blue) = 119+118+213=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #7776D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776D5 is #88892A. Grayscale: #808080. Windows color (decimal): -8948011 or 13989495. OLE color: 13989495.
HSL color Cylindrical-coordinate representation of color #7776D5: hue angle of 240.63º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7776D5 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 118 | 213 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.16 |
| HSL | 240.63º | 0.53% | 0.65% | - |
| HSV(B) | 240.63º | 0.45% | 0.84% | - |
| XYZ | 26.1 | 21.68 | 65.76 | - |
| YUV | 129.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 213 | 0.44 | 0.45 | 0 | 0.16 | 240.63 | 0.53 | 0.65 |
| Hex | 77 | 76 | D5 | 2C | 2D | 0 | 10 | F1 | 35 | 41 |
| Octal | 167 | 166 | 325 | 54 | 55 | 0 | 20 | 361 | 65 | 101 |
| Binary | 1110111 | 1110110 | 11010101 | 101100 | 101101 | 0 | 10000 | 11110001 | 110101 | 1000001 |
Color Harmonies of #7776D5
Complementary color
Monochromatic Colors of #7776D5
Black with #7776D5
Text Example
Text Example
White with #7776D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7776D5; }
p { color: rgb(119,118,213); }
H1.HeaderClassName
{
color: #7776D5;
}
.AnyTagClassName
{
color: #7776D5;
}
</style>
background-color css
<style>
a { background-color: #7776D5; }
a { background-color: rgb(119,118,213); }
div.DivClassName
{
background-color: #7776D5;
}
.BgClassName
{
background-color: #7776D5;
}
</style>
border-color css
<style>
span { border-color: #7776D5; }
span { border-color: rgb(119,118,213); }
td.TdClassName
{
border-color: #7776D5;
}
.TagClassName
{
border-color: #7776D5;
}
</style>