Shades of Moody Blue #776DBA
Tints of Moody Blue #776DBA
RGB
CMYK
RGB Variations
Color information
#776DBA (or 0x776DBA) is known color: Moody Blue. HEX triplet: 77, 6D and BA. RGB value is (119,109,186). Sum of RGB (Red+Green+Blue) = 119+109+186=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #776DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DBA is #889245. Grayscale: #787878. Windows color (decimal): -8950342 or 12217719. OLE color: 12217719.
HSL color Cylindrical-coordinate representation of color #776DBA: hue angle of 247.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776DBA is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 109 | 186 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.27 |
| HSL | 247.79º | 0.36% | 0.58% | - |
| HSV(B) | 247.79º | 0.41% | 0.73% | - |
| XYZ | 21.94 | 18.4 | 48.85 | - |
| YUV | 120.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 186 | 0.36 | 0.41 | 0 | 0.27 | 247.79 | 0.36 | 0.58 |
| Hex | 77 | 6D | BA | 24 | 29 | 0 | 1B | F8 | 24 | 3A |
| Octal | 167 | 155 | 272 | 44 | 51 | 0 | 33 | 370 | 44 | 72 |
| Binary | 1110111 | 1101101 | 10111010 | 100100 | 101001 | 0 | 11011 | 11111000 | 100100 | 111010 |
Color Harmonies of #776DBA
Complementary color
Monochromatic Colors of #776DBA
Black with #776DBA
Text Example
Text Example
White with #776DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DBA; }
p { color: rgb(119,109,186); }
H1.HeaderClassName
{
color: #776DBA;
}
.AnyTagClassName
{
color: #776DBA;
}
</style>
background-color css
<style>
a { background-color: #776DBA; }
a { background-color: rgb(119,109,186); }
div.DivClassName
{
background-color: #776DBA;
}
.BgClassName
{
background-color: #776DBA;
}
</style>
border-color css
<style>
span { border-color: #776DBA; }
span { border-color: rgb(119,109,186); }
td.TdClassName
{
border-color: #776DBA;
}
.TagClassName
{
border-color: #776DBA;
}
</style>