Shades of Moody Blue #777CDD
Tints of Moody Blue #777CDD
RGB
CMYK
RGB Variations
Color information
#777CDD (or 0x777CDD) is known color: Moody Blue. HEX triplet: 77, 7C and DD. RGB value is (119,124,221). Sum of RGB (Red+Green+Blue) = 119+124+221=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #777CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CDD is #888322. Grayscale: #858585. Windows color (decimal): -8946467 or 14515319. OLE color: 14515319.
HSL color Cylindrical-coordinate representation of color #777CDD: hue angle of 237.06º 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 #777CDD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 124 | 221 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.13 |
| HSL | 237.06º | 0.6% | 0.67% | - |
| HSV(B) | 237.06º | 0.46% | 0.87% | - |
| XYZ | 27.87 | 23.56 | 71.48 | - |
| YUV | 133.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 221 | 0.46 | 0.44 | 0 | 0.13 | 237.06 | 0.6 | 0.67 |
| Hex | 77 | 7C | DD | 2E | 2C | 0 | D | ED | 3C | 43 |
| Octal | 167 | 174 | 335 | 56 | 54 | 0 | 15 | 355 | 74 | 103 |
| Binary | 1110111 | 1111100 | 11011101 | 101110 | 101100 | 0 | 1101 | 11101101 | 111100 | 1000011 |
Color Harmonies of #777CDD
Complementary color
Monochromatic Colors of #777CDD
Black with #777CDD
Text Example
Text Example
White with #777CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CDD; }
p { color: rgb(119,124,221); }
H1.HeaderClassName
{
color: #777CDD;
}
.AnyTagClassName
{
color: #777CDD;
}
</style>
background-color css
<style>
a { background-color: #777CDD; }
a { background-color: rgb(119,124,221); }
div.DivClassName
{
background-color: #777CDD;
}
.BgClassName
{
background-color: #777CDD;
}
</style>
border-color css
<style>
span { border-color: #777CDD; }
span { border-color: rgb(119,124,221); }
td.TdClassName
{
border-color: #777CDD;
}
.TagClassName
{
border-color: #777CDD;
}
</style>