Shades of Moody Blue #7770C1
Tints of Moody Blue #7770C1
RGB
CMYK
RGB Variations
Color information
#7770C1 (or 0x7770C1) is known color: Moody Blue. HEX triplet: 77, 70 and C1. RGB value is (119,112,193). Sum of RGB (Red+Green+Blue) = 119+112+193=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #7770C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770C1 is #888F3E. Grayscale: #7B7B7B. Windows color (decimal): -8949567 or 12677239. OLE color: 12677239.
HSL color Cylindrical-coordinate representation of color #7770C1: hue angle of 245.19º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7770C1 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 112 | 193 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.24 |
| HSL | 245.19º | 0.4% | 0.6% | - |
| HSV(B) | 245.19º | 0.42% | 0.76% | - |
| XYZ | 23.03 | 19.36 | 52.98 | - |
| YUV | 123.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 193 | 0.38 | 0.42 | 0 | 0.24 | 245.19 | 0.4 | 0.6 |
| Hex | 77 | 70 | C1 | 26 | 2A | 0 | 18 | F5 | 28 | 3C |
| Octal | 167 | 160 | 301 | 46 | 52 | 0 | 30 | 365 | 50 | 74 |
| Binary | 1110111 | 1110000 | 11000001 | 100110 | 101010 | 0 | 11000 | 11110101 | 101000 | 111100 |
Color Harmonies of #7770C1
Complementary color
Monochromatic Colors of #7770C1
Black with #7770C1
Text Example
Text Example
White with #7770C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770C1; }
p { color: rgb(119,112,193); }
H1.HeaderClassName
{
color: #7770C1;
}
.AnyTagClassName
{
color: #7770C1;
}
</style>
background-color css
<style>
a { background-color: #7770C1; }
a { background-color: rgb(119,112,193); }
div.DivClassName
{
background-color: #7770C1;
}
.BgClassName
{
background-color: #7770C1;
}
</style>
border-color css
<style>
span { border-color: #7770C1; }
span { border-color: rgb(119,112,193); }
td.TdClassName
{
border-color: #7770C1;
}
.TagClassName
{
border-color: #7770C1;
}
</style>