Shades of Moody Blue #7779C5
Tints of Moody Blue #7779C5
RGB
CMYK
RGB Variations
Color information
#7779C5 (or 0x7779C5) is known color: Moody Blue. HEX triplet: 77, 79 and C5. RGB value is (119,121,197). Sum of RGB (Red+Green+Blue) = 119+121+197=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #7779C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779C5 is #88863A. Grayscale: #808080. Windows color (decimal): -8947259 or 12941687. OLE color: 12941687.
HSL color Cylindrical-coordinate representation of color #7779C5: hue angle of 238.46º 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 #7779C5 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 121 | 197 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.23 |
| HSL | 238.46º | 0.4% | 0.62% | - |
| HSV(B) | 238.46º | 0.4% | 0.77% | - |
| XYZ | 24.52 | 21.63 | 55.71 | - |
| YUV | 129.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 197 | 0.40 | 0.39 | 0 | 0.23 | 238.46 | 0.4 | 0.62 |
| Hex | 77 | 79 | C5 | 28 | 27 | 0 | 17 | EE | 28 | 3E |
| Octal | 167 | 171 | 305 | 50 | 47 | 0 | 27 | 356 | 50 | 76 |
| Binary | 1110111 | 1111001 | 11000101 | 101000 | 100111 | 0 | 10111 | 11101110 | 101000 | 111110 |
Color Harmonies of #7779C5
Complementary color
Monochromatic Colors of #7779C5
Black with #7779C5
Text Example
Text Example
White with #7779C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7779C5; }
p { color: rgb(119,121,197); }
H1.HeaderClassName
{
color: #7779C5;
}
.AnyTagClassName
{
color: #7779C5;
}
</style>
background-color css
<style>
a { background-color: #7779C5; }
a { background-color: rgb(119,121,197); }
div.DivClassName
{
background-color: #7779C5;
}
.BgClassName
{
background-color: #7779C5;
}
</style>
border-color css
<style>
span { border-color: #7779C5; }
span { border-color: rgb(119,121,197); }
td.TdClassName
{
border-color: #7779C5;
}
.TagClassName
{
border-color: #7779C5;
}
</style>