Shades of Moody Blue #777AD8
Tints of Moody Blue #777AD8
RGB
CMYK
RGB Variations
Color information
#777AD8 (or 0x777AD8) is known color: Moody Blue. HEX triplet: 77, 7A and D8. RGB value is (119,122,216). Sum of RGB (Red+Green+Blue) = 119+122+216=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #777AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AD8 is #888527. Grayscale: #838383. Windows color (decimal): -8946984 or 14187127. OLE color: 14187127.
HSL color Cylindrical-coordinate representation of color #777AD8: hue angle of 238.14º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777AD8 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 122 | 216 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.15 |
| HSL | 238.14º | 0.55% | 0.66% | - |
| HSV(B) | 238.14º | 0.45% | 0.85% | - |
| XYZ | 26.96 | 22.8 | 67.95 | - |
| YUV | 131.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 216 | 0.45 | 0.44 | 0 | 0.15 | 238.14 | 0.55 | 0.66 |
| Hex | 77 | 7A | D8 | 2D | 2C | 0 | F | EE | 37 | 42 |
| Octal | 167 | 172 | 330 | 55 | 54 | 0 | 17 | 356 | 67 | 102 |
| Binary | 1110111 | 1111010 | 11011000 | 101101 | 101100 | 0 | 1111 | 11101110 | 110111 | 1000010 |
Color Harmonies of #777AD8
Complementary color
Monochromatic Colors of #777AD8
Black with #777AD8
Text Example
Text Example
White with #777AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AD8; }
p { color: rgb(119,122,216); }
H1.HeaderClassName
{
color: #777AD8;
}
.AnyTagClassName
{
color: #777AD8;
}
</style>
background-color css
<style>
a { background-color: #777AD8; }
a { background-color: rgb(119,122,216); }
div.DivClassName
{
background-color: #777AD8;
}
.BgClassName
{
background-color: #777AD8;
}
</style>
border-color css
<style>
span { border-color: #777AD8; }
span { border-color: rgb(119,122,216); }
td.TdClassName
{
border-color: #777AD8;
}
.TagClassName
{
border-color: #777AD8;
}
</style>