Shades of Moody Blue #777AC1
Tints of Moody Blue #777AC1
RGB
CMYK
RGB Variations
Color information
#777AC1 (or 0x777AC1) is known color: Moody Blue. HEX triplet: 77, 7A and C1. RGB value is (119,122,193). Sum of RGB (Red+Green+Blue) = 119+122+193=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #777AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AC1 is #88853E. Grayscale: #808080. Windows color (decimal): -8947007 or 12679799. OLE color: 12679799.
HSL color Cylindrical-coordinate representation of color #777AC1: hue angle of 237.57º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777AC1 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 122 | 193 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.24 |
| HSL | 237.57º | 0.37% | 0.61% | - |
| HSV(B) | 237.57º | 0.38% | 0.76% | - |
| XYZ | 24.19 | 21.69 | 53.36 | - |
| YUV | 129.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 193 | 0.38 | 0.37 | 0 | 0.24 | 237.57 | 0.37 | 0.61 |
| Hex | 77 | 7A | C1 | 26 | 25 | 0 | 18 | EE | 25 | 3D |
| Octal | 167 | 172 | 301 | 46 | 45 | 0 | 30 | 356 | 45 | 75 |
| Binary | 1110111 | 1111010 | 11000001 | 100110 | 100101 | 0 | 11000 | 11101110 | 100101 | 111101 |
Color Harmonies of #777AC1
Complementary color
Monochromatic Colors of #777AC1
Black with #777AC1
Text Example
Text Example
White with #777AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AC1; }
p { color: rgb(119,122,193); }
H1.HeaderClassName
{
color: #777AC1;
}
.AnyTagClassName
{
color: #777AC1;
}
</style>
background-color css
<style>
a { background-color: #777AC1; }
a { background-color: rgb(119,122,193); }
div.DivClassName
{
background-color: #777AC1;
}
.BgClassName
{
background-color: #777AC1;
}
</style>
border-color css
<style>
span { border-color: #777AC1; }
span { border-color: rgb(119,122,193); }
td.TdClassName
{
border-color: #777AC1;
}
.TagClassName
{
border-color: #777AC1;
}
</style>