Shades of Moody Blue #7772BA
Tints of Moody Blue #7772BA
RGB
CMYK
RGB Variations
Color information
#7772BA (or 0x7772BA) is known color: Moody Blue. HEX triplet: 77, 72 and BA. RGB value is (119,114,186). Sum of RGB (Red+Green+Blue) = 119+114+186=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7772BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7772BA is #888D45. Grayscale: #7B7B7B. Windows color (decimal): -8949062 or 12218999. OLE color: 12218999.
HSL color Cylindrical-coordinate representation of color #7772BA: hue angle of 244.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7772BA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 114 | 186 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.27 |
| HSL | 244.17º | 0.34% | 0.59% | - |
| HSV(B) | 244.17º | 0.39% | 0.73% | - |
| XYZ | 22.49 | 19.5 | 49.03 | - |
| YUV | 123.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 186 | 0.36 | 0.39 | 0 | 0.27 | 244.17 | 0.34 | 0.59 |
| Hex | 77 | 72 | BA | 24 | 27 | 0 | 1B | F4 | 22 | 3B |
| Octal | 167 | 162 | 272 | 44 | 47 | 0 | 33 | 364 | 42 | 73 |
| Binary | 1110111 | 1110010 | 10111010 | 100100 | 100111 | 0 | 11011 | 11110100 | 100010 | 111011 |
Color Harmonies of #7772BA
Complementary color
Monochromatic Colors of #7772BA
Black with #7772BA
Text Example
Text Example
White with #7772BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772BA; }
p { color: rgb(119,114,186); }
H1.HeaderClassName
{
color: #7772BA;
}
.AnyTagClassName
{
color: #7772BA;
}
</style>
background-color css
<style>
a { background-color: #7772BA; }
a { background-color: rgb(119,114,186); }
div.DivClassName
{
background-color: #7772BA;
}
.BgClassName
{
background-color: #7772BA;
}
</style>
border-color css
<style>
span { border-color: #7772BA; }
span { border-color: rgb(119,114,186); }
td.TdClassName
{
border-color: #7772BA;
}
.TagClassName
{
border-color: #7772BA;
}
</style>