Shades of Moody Blue #777CDA
Tints of Moody Blue #777CDA
RGB
CMYK
RGB Variations
Color information
#777CDA (or 0x777CDA) is known color: Moody Blue. HEX triplet: 77, 7C and DA. RGB value is (119,124,218). Sum of RGB (Red+Green+Blue) = 119+124+218=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #777CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CDA is #888325. Grayscale: #848484. Windows color (decimal): -8946470 or 14318711. OLE color: 14318711.
HSL color Cylindrical-coordinate representation of color #777CDA: hue angle of 236.97º 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 #777CDA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 124 | 218 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.15 |
| HSL | 236.97º | 0.57% | 0.66% | - |
| HSV(B) | 236.97º | 0.45% | 0.85% | - |
| XYZ | 27.47 | 23.4 | 69.4 | - |
| YUV | 133.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 218 | 0.45 | 0.43 | 0 | 0.15 | 236.97 | 0.57 | 0.66 |
| Hex | 77 | 7C | DA | 2D | 2B | 0 | F | ED | 39 | 42 |
| Octal | 167 | 174 | 332 | 55 | 53 | 0 | 17 | 355 | 71 | 102 |
| Binary | 1110111 | 1111100 | 11011010 | 101101 | 101011 | 0 | 1111 | 11101101 | 111001 | 1000010 |
Color Harmonies of #777CDA
Complementary color
Monochromatic Colors of #777CDA
Black with #777CDA
Text Example
Text Example
White with #777CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CDA; }
p { color: rgb(119,124,218); }
H1.HeaderClassName
{
color: #777CDA;
}
.AnyTagClassName
{
color: #777CDA;
}
</style>
background-color css
<style>
a { background-color: #777CDA; }
a { background-color: rgb(119,124,218); }
div.DivClassName
{
background-color: #777CDA;
}
.BgClassName
{
background-color: #777CDA;
}
</style>
border-color css
<style>
span { border-color: #777CDA; }
span { border-color: rgb(119,124,218); }
td.TdClassName
{
border-color: #777CDA;
}
.TagClassName
{
border-color: #777CDA;
}
</style>