Shades of Moody Blue #777ADC
Tints of Moody Blue #777ADC
RGB
CMYK
RGB Variations
Color information
#777ADC (or 0x777ADC) is known color: Moody Blue. HEX triplet: 77, 7A and DC. RGB value is (119,122,220). Sum of RGB (Red+Green+Blue) = 119+122+220=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #777ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADC is #888523. Grayscale: #838383. Windows color (decimal): -8946980 or 14449271. OLE color: 14449271.
HSL color Cylindrical-coordinate representation of color #777ADC: hue angle of 238.22º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777ADC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 122 | 220 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.14 |
| HSL | 238.22º | 0.59% | 0.66% | - |
| HSV(B) | 238.22º | 0.46% | 0.86% | - |
| XYZ | 27.49 | 23.01 | 70.7 | - |
| YUV | 132.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 220 | 0.46 | 0.45 | 0 | 0.14 | 238.22 | 0.59 | 0.66 |
| Hex | 77 | 7A | DC | 2E | 2D | 0 | E | EE | 3B | 42 |
| Octal | 167 | 172 | 334 | 56 | 55 | 0 | 16 | 356 | 73 | 102 |
| Binary | 1110111 | 1111010 | 11011100 | 101110 | 101101 | 0 | 1110 | 11101110 | 111011 | 1000010 |
Color Harmonies of #777ADC
Complementary color
Monochromatic Colors of #777ADC
Black with #777ADC
Text Example
Text Example
White with #777ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ADC; }
p { color: rgb(119,122,220); }
H1.HeaderClassName
{
color: #777ADC;
}
.AnyTagClassName
{
color: #777ADC;
}
</style>
background-color css
<style>
a { background-color: #777ADC; }
a { background-color: rgb(119,122,220); }
div.DivClassName
{
background-color: #777ADC;
}
.BgClassName
{
background-color: #777ADC;
}
</style>
border-color css
<style>
span { border-color: #777ADC; }
span { border-color: rgb(119,122,220); }
td.TdClassName
{
border-color: #777ADC;
}
.TagClassName
{
border-color: #777ADC;
}
</style>