Shades of Moody Blue #777ADA
Tints of Moody Blue #777ADA
RGB
CMYK
RGB Variations
Color information
#777ADA (or 0x777ADA) is known color: Moody Blue. HEX triplet: 77, 7A and DA. RGB value is (119,122,218). Sum of RGB (Red+Green+Blue) = 119+122+218=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #777ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADA is #888525. Grayscale: #838383. Windows color (decimal): -8946982 or 14318199. OLE color: 14318199.
HSL color Cylindrical-coordinate representation of color #777ADA: hue angle of 238.18º degrees, saturation: 0.57, 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 #777ADA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 122 | 218 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.15 |
| HSL | 238.18º | 0.57% | 0.66% | - |
| HSV(B) | 238.18º | 0.45% | 0.85% | - |
| XYZ | 27.22 | 22.9 | 69.32 | - |
| YUV | 132.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 218 | 0.45 | 0.44 | 0 | 0.15 | 238.18 | 0.57 | 0.66 |
| Hex | 77 | 7A | DA | 2D | 2C | 0 | F | EE | 39 | 42 |
| Octal | 167 | 172 | 332 | 55 | 54 | 0 | 17 | 356 | 71 | 102 |
| Binary | 1110111 | 1111010 | 11011010 | 101101 | 101100 | 0 | 1111 | 11101110 | 111001 | 1000010 |
Color Harmonies of #777ADA
Complementary color
Monochromatic Colors of #777ADA
Black with #777ADA
Text Example
Text Example
White with #777ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ADA; }
p { color: rgb(119,122,218); }
H1.HeaderClassName
{
color: #777ADA;
}
.AnyTagClassName
{
color: #777ADA;
}
</style>
background-color css
<style>
a { background-color: #777ADA; }
a { background-color: rgb(119,122,218); }
div.DivClassName
{
background-color: #777ADA;
}
.BgClassName
{
background-color: #777ADA;
}
</style>
border-color css
<style>
span { border-color: #777ADA; }
span { border-color: rgb(119,122,218); }
td.TdClassName
{
border-color: #777ADA;
}
.TagClassName
{
border-color: #777ADA;
}
</style>