Shades of Moody Blue #7772B9
Tints of Moody Blue #7772B9
RGB
CMYK
RGB Variations
Color information
#7772B9 (or 0x7772B9) is known color: Moody Blue. HEX triplet: 77, 72 and B9. RGB value is (119,114,185). Sum of RGB (Red+Green+Blue) = 119+114+185=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #7772B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7772B9 is #888D46. Grayscale: #7B7B7B. Windows color (decimal): -8949063 or 12153463. OLE color: 12153463.
HSL color Cylindrical-coordinate representation of color #7772B9: hue angle of 244.23º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7772B9 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 114 | 185 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.27 |
| HSL | 244.23º | 0.34% | 0.59% | - |
| HSV(B) | 244.23º | 0.38% | 0.73% | - |
| XYZ | 22.38 | 19.46 | 48.48 | - |
| YUV | 123.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 185 | 0.36 | 0.38 | 0 | 0.27 | 244.23 | 0.34 | 0.59 |
| Hex | 77 | 72 | B9 | 24 | 26 | 0 | 1B | F4 | 22 | 3B |
| Octal | 167 | 162 | 271 | 44 | 46 | 0 | 33 | 364 | 42 | 73 |
| Binary | 1110111 | 1110010 | 10111001 | 100100 | 100110 | 0 | 11011 | 11110100 | 100010 | 111011 |
Color Harmonies of #7772B9
Complementary color
Monochromatic Colors of #7772B9
Black with #7772B9
Text Example
Text Example
White with #7772B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772B9; }
p { color: rgb(119,114,185); }
H1.HeaderClassName
{
color: #7772B9;
}
.AnyTagClassName
{
color: #7772B9;
}
</style>
background-color css
<style>
a { background-color: #7772B9; }
a { background-color: rgb(119,114,185); }
div.DivClassName
{
background-color: #7772B9;
}
.BgClassName
{
background-color: #7772B9;
}
</style>
border-color css
<style>
span { border-color: #7772B9; }
span { border-color: rgb(119,114,185); }
td.TdClassName
{
border-color: #7772B9;
}
.TagClassName
{
border-color: #7772B9;
}
</style>