Shades of Moody Blue #777ADD
Tints of Moody Blue #777ADD
RGB
CMYK
RGB Variations
Color information
#777ADD (or 0x777ADD) is known color: Moody Blue. HEX triplet: 77, 7A and DD. RGB value is (119,122,221). Sum of RGB (Red+Green+Blue) = 119+122+221=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #777ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADD is #888522. Grayscale: #838383. Windows color (decimal): -8946979 or 14514807. OLE color: 14514807.
HSL color Cylindrical-coordinate representation of color #777ADD: hue angle of 238.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777ADD is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 122 | 221 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.13 |
| HSL | 238.24º | 0.6% | 0.67% | - |
| HSV(B) | 238.24º | 0.46% | 0.87% | - |
| XYZ | 27.62 | 23.06 | 71.4 | - |
| YUV | 132.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 221 | 0.46 | 0.45 | 0 | 0.13 | 238.24 | 0.6 | 0.67 |
| Hex | 77 | 7A | DD | 2E | 2D | 0 | D | EE | 3C | 43 |
| Octal | 167 | 172 | 335 | 56 | 55 | 0 | 15 | 356 | 74 | 103 |
| Binary | 1110111 | 1111010 | 11011101 | 101110 | 101101 | 0 | 1101 | 11101110 | 111100 | 1000011 |
Color Harmonies of #777ADD
Complementary color
Monochromatic Colors of #777ADD
Black with #777ADD
Text Example
Text Example
White with #777ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ADD; }
p { color: rgb(119,122,221); }
H1.HeaderClassName
{
color: #777ADD;
}
.AnyTagClassName
{
color: #777ADD;
}
</style>
background-color css
<style>
a { background-color: #777ADD; }
a { background-color: rgb(119,122,221); }
div.DivClassName
{
background-color: #777ADD;
}
.BgClassName
{
background-color: #777ADD;
}
</style>
border-color css
<style>
span { border-color: #777ADD; }
span { border-color: rgb(119,122,221); }
td.TdClassName
{
border-color: #777ADD;
}
.TagClassName
{
border-color: #777ADD;
}
</style>