Shades of Moody Blue #777DCA
Tints of Moody Blue #777DCA
RGB
CMYK
RGB Variations
Color information
#777DCA (or 0x777DCA) is known color: Moody Blue. HEX triplet: 77, 7D and CA. RGB value is (119,125,202). Sum of RGB (Red+Green+Blue) = 119+125+202=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #777DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DCA is #888235. Grayscale: #838383. Windows color (decimal): -8946230 or 13270391. OLE color: 13270391.
HSL color Cylindrical-coordinate representation of color #777DCA: hue angle of 235.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777DCA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 125 | 202 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.21 |
| HSL | 235.66º | 0.44% | 0.63% | - |
| HSV(B) | 235.66º | 0.41% | 0.79% | - |
| XYZ | 25.6 | 22.85 | 58.94 | - |
| YUV | 131.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 202 | 0.41 | 0.38 | 0 | 0.21 | 235.66 | 0.44 | 0.63 |
| Hex | 77 | 7D | CA | 29 | 26 | 0 | 15 | EC | 2C | 3F |
| Octal | 167 | 175 | 312 | 51 | 46 | 0 | 25 | 354 | 54 | 77 |
| Binary | 1110111 | 1111101 | 11001010 | 101001 | 100110 | 0 | 10101 | 11101100 | 101100 | 111111 |
Color Harmonies of #777DCA
Complementary color
Monochromatic Colors of #777DCA
Black with #777DCA
Text Example
Text Example
White with #777DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DCA; }
p { color: rgb(119,125,202); }
H1.HeaderClassName
{
color: #777DCA;
}
.AnyTagClassName
{
color: #777DCA;
}
</style>
background-color css
<style>
a { background-color: #777DCA; }
a { background-color: rgb(119,125,202); }
div.DivClassName
{
background-color: #777DCA;
}
.BgClassName
{
background-color: #777DCA;
}
</style>
border-color css
<style>
span { border-color: #777DCA; }
span { border-color: rgb(119,125,202); }
td.TdClassName
{
border-color: #777DCA;
}
.TagClassName
{
border-color: #777DCA;
}
</style>