Shades of Moody Blue #777AC2
Tints of Moody Blue #777AC2
RGB
CMYK
RGB Variations
Color information
#777AC2 (or 0x777AC2) is known color: Moody Blue. HEX triplet: 77, 7A and C2. RGB value is (119,122,194). Sum of RGB (Red+Green+Blue) = 119+122+194=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #777AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AC2 is #88853D. Grayscale: #818181. Windows color (decimal): -8947006 or 12745335. OLE color: 12745335.
HSL color Cylindrical-coordinate representation of color #777AC2: hue angle of 237.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777AC2 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 122 | 194 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.24 |
| HSL | 237.6º | 0.38% | 0.61% | - |
| HSV(B) | 237.6º | 0.39% | 0.76% | - |
| XYZ | 24.3 | 21.74 | 53.95 | - |
| YUV | 129.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 194 | 0.39 | 0.37 | 0 | 0.24 | 237.6 | 0.38 | 0.61 |
| Hex | 77 | 7A | C2 | 27 | 25 | 0 | 18 | EE | 26 | 3D |
| Octal | 167 | 172 | 302 | 47 | 45 | 0 | 30 | 356 | 46 | 75 |
| Binary | 1110111 | 1111010 | 11000010 | 100111 | 100101 | 0 | 11000 | 11101110 | 100110 | 111101 |
Color Harmonies of #777AC2
Complementary color
Monochromatic Colors of #777AC2
Black with #777AC2
Text Example
Text Example
White with #777AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AC2; }
p { color: rgb(119,122,194); }
H1.HeaderClassName
{
color: #777AC2;
}
.AnyTagClassName
{
color: #777AC2;
}
</style>
background-color css
<style>
a { background-color: #777AC2; }
a { background-color: rgb(119,122,194); }
div.DivClassName
{
background-color: #777AC2;
}
.BgClassName
{
background-color: #777AC2;
}
</style>
border-color css
<style>
span { border-color: #777AC2; }
span { border-color: rgb(119,122,194); }
td.TdClassName
{
border-color: #777AC2;
}
.TagClassName
{
border-color: #777AC2;
}
</style>