Shades of Moody Blue #776FB9
Tints of Moody Blue #776FB9
RGB
CMYK
RGB Variations
Color information
#776FB9 (or 0x776FB9) is known color: Moody Blue. HEX triplet: 77, 6F and B9. RGB value is (119,111,185). Sum of RGB (Red+Green+Blue) = 119+111+185=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #776FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FB9 is #889046. Grayscale: #797979. Windows color (decimal): -8949831 or 12152695. OLE color: 12152695.
HSL color Cylindrical-coordinate representation of color #776FB9: hue angle of 246.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #776FB9 is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 111 | 185 | - |
| CMYK | 0.36 | 0.4 | 0 | 0.27 |
| HSL | 246.49º | 0.35% | 0.58% | - |
| HSV(B) | 246.49º | 0.4% | 0.73% | - |
| XYZ | 22.05 | 18.79 | 48.36 | - |
| YUV | 121.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 185 | 0.36 | 0.4 | 0 | 0.27 | 246.49 | 0.35 | 0.58 |
| Hex | 77 | 6F | B9 | 24 | 28 | 0 | 1B | F6 | 23 | 3A |
| Octal | 167 | 157 | 271 | 44 | 50 | 0 | 33 | 366 | 43 | 72 |
| Binary | 1110111 | 1101111 | 10111001 | 100100 | 101000 | 0 | 11011 | 11110110 | 100011 | 111010 |
Color Harmonies of #776FB9
Complementary color
Monochromatic Colors of #776FB9
Black with #776FB9
Text Example
Text Example
White with #776FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FB9; }
p { color: rgb(119,111,185); }
H1.HeaderClassName
{
color: #776FB9;
}
.AnyTagClassName
{
color: #776FB9;
}
</style>
background-color css
<style>
a { background-color: #776FB9; }
a { background-color: rgb(119,111,185); }
div.DivClassName
{
background-color: #776FB9;
}
.BgClassName
{
background-color: #776FB9;
}
</style>
border-color css
<style>
span { border-color: #776FB9; }
span { border-color: rgb(119,111,185); }
td.TdClassName
{
border-color: #776FB9;
}
.TagClassName
{
border-color: #776FB9;
}
</style>