Shades of Moody Blue #777DDD
Tints of Moody Blue #777DDD
RGB
CMYK
RGB Variations
Color information
#777DDD (or 0x777DDD) is known color: Moody Blue. HEX triplet: 77, 7D and DD. RGB value is (119,125,221). Sum of RGB (Red+Green+Blue) = 119+125+221=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #777DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DDD is #888222. Grayscale: #858585. Windows color (decimal): -8946211 or 14515575. OLE color: 14515575.
HSL color Cylindrical-coordinate representation of color #777DDD: hue angle of 236.47º 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 #777DDD is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 125 | 221 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 236.47º | 0.6% | 0.67% | - |
| HSV(B) | 236.47º | 0.46% | 0.87% | - |
| XYZ | 27.99 | 23.81 | 71.53 | - |
| YUV | 134.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 221 | 0.46 | 0.43 | 0 | 0.13 | 236.47 | 0.6 | 0.67 |
| Hex | 77 | 7D | DD | 2E | 2B | 0 | D | EC | 3C | 43 |
| Octal | 167 | 175 | 335 | 56 | 53 | 0 | 15 | 354 | 74 | 103 |
| Binary | 1110111 | 1111101 | 11011101 | 101110 | 101011 | 0 | 1101 | 11101100 | 111100 | 1000011 |
Color Harmonies of #777DDD
Complementary color
Monochromatic Colors of #777DDD
Black with #777DDD
Text Example
Text Example
White with #777DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DDD; }
p { color: rgb(119,125,221); }
H1.HeaderClassName
{
color: #777DDD;
}
.AnyTagClassName
{
color: #777DDD;
}
</style>
background-color css
<style>
a { background-color: #777DDD; }
a { background-color: rgb(119,125,221); }
div.DivClassName
{
background-color: #777DDD;
}
.BgClassName
{
background-color: #777DDD;
}
</style>
border-color css
<style>
span { border-color: #777DDD; }
span { border-color: rgb(119,125,221); }
td.TdClassName
{
border-color: #777DDD;
}
.TagClassName
{
border-color: #777DDD;
}
</style>