Shades of Moody Blue #776DBB
Tints of Moody Blue #776DBB
RGB
CMYK
RGB Variations
Color information
#776DBB (or 0x776DBB) is known color: Moody Blue. HEX triplet: 77, 6D and BB. RGB value is (119,109,187). Sum of RGB (Red+Green+Blue) = 119+109+187=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #776DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DBB is #889244. Grayscale: #787878. Windows color (decimal): -8950341 or 12283255. OLE color: 12283255.
HSL color Cylindrical-coordinate representation of color #776DBB: hue angle of 247.69º 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 #776DBB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 109 | 187 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.27 |
| HSL | 247.69º | 0.36% | 0.58% | - |
| HSV(B) | 247.69º | 0.42% | 0.73% | - |
| XYZ | 22.05 | 18.45 | 49.41 | - |
| YUV | 120.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 187 | 0.36 | 0.42 | 0 | 0.27 | 247.69 | 0.36 | 0.58 |
| Hex | 77 | 6D | BB | 24 | 2A | 0 | 1B | F8 | 24 | 3A |
| Octal | 167 | 155 | 273 | 44 | 52 | 0 | 33 | 370 | 44 | 72 |
| Binary | 1110111 | 1101101 | 10111011 | 100100 | 101010 | 0 | 11011 | 11111000 | 100100 | 111010 |
Color Harmonies of #776DBB
Complementary color
Monochromatic Colors of #776DBB
Black with #776DBB
Text Example
Text Example
White with #776DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DBB; }
p { color: rgb(119,109,187); }
H1.HeaderClassName
{
color: #776DBB;
}
.AnyTagClassName
{
color: #776DBB;
}
</style>
background-color css
<style>
a { background-color: #776DBB; }
a { background-color: rgb(119,109,187); }
div.DivClassName
{
background-color: #776DBB;
}
.BgClassName
{
background-color: #776DBB;
}
</style>
border-color css
<style>
span { border-color: #776DBB; }
span { border-color: rgb(119,109,187); }
td.TdClassName
{
border-color: #776DBB;
}
.TagClassName
{
border-color: #776DBB;
}
</style>