Shades of Moody Blue #777AC5
Tints of Moody Blue #777AC5
RGB
CMYK
RGB Variations
Color information
#777AC5 (or 0x777AC5) is known color: Moody Blue. HEX triplet: 77, 7A and C5. RGB value is (119,122,197). Sum of RGB (Red+Green+Blue) = 119+122+197=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #777AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AC5 is #88853A. Grayscale: #818181. Windows color (decimal): -8947003 or 12941943. OLE color: 12941943.
HSL color Cylindrical-coordinate representation of color #777AC5: hue angle of 237.69º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777AC5 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 122 | 197 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.23 |
| HSL | 237.69º | 0.4% | 0.62% | - |
| HSV(B) | 237.69º | 0.4% | 0.77% | - |
| XYZ | 24.65 | 21.87 | 55.75 | - |
| YUV | 129.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 197 | 0.40 | 0.38 | 0 | 0.23 | 237.69 | 0.4 | 0.62 |
| Hex | 77 | 7A | C5 | 28 | 26 | 0 | 17 | EE | 28 | 3E |
| Octal | 167 | 172 | 305 | 50 | 46 | 0 | 27 | 356 | 50 | 76 |
| Binary | 1110111 | 1111010 | 11000101 | 101000 | 100110 | 0 | 10111 | 11101110 | 101000 | 111110 |
Color Harmonies of #777AC5
Complementary color
Monochromatic Colors of #777AC5
Black with #777AC5
Text Example
Text Example
White with #777AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AC5; }
p { color: rgb(119,122,197); }
H1.HeaderClassName
{
color: #777AC5;
}
.AnyTagClassName
{
color: #777AC5;
}
</style>
background-color css
<style>
a { background-color: #777AC5; }
a { background-color: rgb(119,122,197); }
div.DivClassName
{
background-color: #777AC5;
}
.BgClassName
{
background-color: #777AC5;
}
</style>
border-color css
<style>
span { border-color: #777AC5; }
span { border-color: rgb(119,122,197); }
td.TdClassName
{
border-color: #777AC5;
}
.TagClassName
{
border-color: #777AC5;
}
</style>