Shades of Moody Blue #7771B9
Tints of Moody Blue #7771B9
RGB
CMYK
RGB Variations
Color information
#7771B9 (or 0x7771B9) is known color: Moody Blue. HEX triplet: 77, 71 and B9. RGB value is (119,113,185). Sum of RGB (Red+Green+Blue) = 119+113+185=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 185 - color contains mainly: blue. Hex color #7771B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771B9 is #888E46. Grayscale: #7A7A7A. Windows color (decimal): -8949319 or 12153207. OLE color: 12153207.
HSL color Cylindrical-coordinate representation of color #7771B9: hue angle of 245º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7771B9 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 113 | 185 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.27 |
| HSL | 245º | 0.34% | 0.58% | - |
| HSV(B) | 245º | 0.39% | 0.73% | - |
| XYZ | 22.27 | 19.23 | 48.44 | - |
| YUV | 123 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 185 | 0.36 | 0.39 | 0 | 0.27 | 245 | 0.34 | 0.58 |
| Hex | 77 | 71 | B9 | 24 | 27 | 0 | 1B | F5 | 22 | 3A |
| Octal | 167 | 161 | 271 | 44 | 47 | 0 | 33 | 365 | 42 | 72 |
| Binary | 1110111 | 1110001 | 10111001 | 100100 | 100111 | 0 | 11011 | 11110101 | 100010 | 111010 |
Color Harmonies of #7771B9
Complementary color
Monochromatic Colors of #7771B9
Black with #7771B9
Text Example
Text Example
White with #7771B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771B9; }
p { color: rgb(119,113,185); }
H1.HeaderClassName
{
color: #7771B9;
}
.AnyTagClassName
{
color: #7771B9;
}
</style>
background-color css
<style>
a { background-color: #7771B9; }
a { background-color: rgb(119,113,185); }
div.DivClassName
{
background-color: #7771B9;
}
.BgClassName
{
background-color: #7771B9;
}
</style>
border-color css
<style>
span { border-color: #7771B9; }
span { border-color: rgb(119,113,185); }
td.TdClassName
{
border-color: #7771B9;
}
.TagClassName
{
border-color: #7771B9;
}
</style>