Shades of Moody Blue #776CBA
Tints of Moody Blue #776CBA
RGB
CMYK
RGB Variations
Color information
#776CBA (or 0x776CBA) is known color: Moody Blue. HEX triplet: 77, 6C and BA. RGB value is (119,108,186). Sum of RGB (Red+Green+Blue) = 119+108+186=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #776CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CBA is #889345. Grayscale: #777777. Windows color (decimal): -8950598 or 12217463. OLE color: 12217463.
HSL color Cylindrical-coordinate representation of color #776CBA: hue angle of 248.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776CBA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 108 | 186 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.27 |
| HSL | 248.46º | 0.36% | 0.58% | - |
| HSV(B) | 248.46º | 0.42% | 0.73% | - |
| XYZ | 21.83 | 18.19 | 48.82 | - |
| YUV | 120.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 186 | 0.36 | 0.42 | 0 | 0.27 | 248.46 | 0.36 | 0.58 |
| Hex | 77 | 6C | BA | 24 | 2A | 0 | 1B | F8 | 24 | 3A |
| Octal | 167 | 154 | 272 | 44 | 52 | 0 | 33 | 370 | 44 | 72 |
| Binary | 1110111 | 1101100 | 10111010 | 100100 | 101010 | 0 | 11011 | 11111000 | 100100 | 111010 |
Color Harmonies of #776CBA
Complementary color
Monochromatic Colors of #776CBA
Black with #776CBA
Text Example
Text Example
White with #776CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CBA; }
p { color: rgb(119,108,186); }
H1.HeaderClassName
{
color: #776CBA;
}
.AnyTagClassName
{
color: #776CBA;
}
</style>
background-color css
<style>
a { background-color: #776CBA; }
a { background-color: rgb(119,108,186); }
div.DivClassName
{
background-color: #776CBA;
}
.BgClassName
{
background-color: #776CBA;
}
</style>
border-color css
<style>
span { border-color: #776CBA; }
span { border-color: rgb(119,108,186); }
td.TdClassName
{
border-color: #776CBA;
}
.TagClassName
{
border-color: #776CBA;
}
</style>