Shades of Moody Blue #776FBA
Tints of Moody Blue #776FBA
RGB
CMYK
RGB Variations
Color information
#776FBA (or 0x776FBA) is known color: Moody Blue. HEX triplet: 77, 6F and BA. RGB value is (119,111,186). Sum of RGB (Red+Green+Blue) = 119+111+186=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #776FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FBA is #889045. Grayscale: #797979. Windows color (decimal): -8949830 or 12218231. OLE color: 12218231.
HSL color Cylindrical-coordinate representation of color #776FBA: hue angle of 246.4º 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 #776FBA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 111 | 186 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.27 |
| HSL | 246.4º | 0.35% | 0.58% | - |
| HSV(B) | 246.4º | 0.4% | 0.73% | - |
| XYZ | 22.16 | 18.84 | 48.92 | - |
| YUV | 121.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 186 | 0.36 | 0.40 | 0 | 0.27 | 246.4 | 0.35 | 0.58 |
| Hex | 77 | 6F | BA | 24 | 28 | 0 | 1B | F6 | 23 | 3A |
| Octal | 167 | 157 | 272 | 44 | 50 | 0 | 33 | 366 | 43 | 72 |
| Binary | 1110111 | 1101111 | 10111010 | 100100 | 101000 | 0 | 11011 | 11110110 | 100011 | 111010 |
Color Harmonies of #776FBA
Complementary color
Monochromatic Colors of #776FBA
Black with #776FBA
Text Example
Text Example
White with #776FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FBA; }
p { color: rgb(119,111,186); }
H1.HeaderClassName
{
color: #776FBA;
}
.AnyTagClassName
{
color: #776FBA;
}
</style>
background-color css
<style>
a { background-color: #776FBA; }
a { background-color: rgb(119,111,186); }
div.DivClassName
{
background-color: #776FBA;
}
.BgClassName
{
background-color: #776FBA;
}
</style>
border-color css
<style>
span { border-color: #776FBA; }
span { border-color: rgb(119,111,186); }
td.TdClassName
{
border-color: #776FBA;
}
.TagClassName
{
border-color: #776FBA;
}
</style>