Shades of Moody Blue #776BBE
Tints of Moody Blue #776BBE
RGB
CMYK
RGB Variations
Color information
#776BBE (or 0x776BBE) is known color: Moody Blue. HEX triplet: 77, 6B and BE. RGB value is (119,107,190). Sum of RGB (Red+Green+Blue) = 119+107+190=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #776BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BBE is #889441. Grayscale: #777777. Windows color (decimal): -8950850 or 12479351. OLE color: 12479351.
HSL color Cylindrical-coordinate representation of color #776BBE: hue angle of 248.67º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #776BBE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 107 | 190 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.25 |
| HSL | 248.67º | 0.39% | 0.58% | - |
| HSV(B) | 248.67º | 0.44% | 0.75% | - |
| XYZ | 22.16 | 18.16 | 51.05 | - |
| YUV | 120.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 190 | 0.37 | 0.44 | 0 | 0.25 | 248.67 | 0.39 | 0.58 |
| Hex | 77 | 6B | BE | 25 | 2C | 0 | 19 | F9 | 27 | 3A |
| Octal | 167 | 153 | 276 | 45 | 54 | 0 | 31 | 371 | 47 | 72 |
| Binary | 1110111 | 1101011 | 10111110 | 100101 | 101100 | 0 | 11001 | 11111001 | 100111 | 111010 |
Color Harmonies of #776BBE
Complementary color
Monochromatic Colors of #776BBE
Black with #776BBE
Text Example
Text Example
White with #776BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BBE; }
p { color: rgb(119,107,190); }
H1.HeaderClassName
{
color: #776BBE;
}
.AnyTagClassName
{
color: #776BBE;
}
</style>
background-color css
<style>
a { background-color: #776BBE; }
a { background-color: rgb(119,107,190); }
div.DivClassName
{
background-color: #776BBE;
}
.BgClassName
{
background-color: #776BBE;
}
</style>
border-color css
<style>
span { border-color: #776BBE; }
span { border-color: rgb(119,107,190); }
td.TdClassName
{
border-color: #776BBE;
}
.TagClassName
{
border-color: #776BBE;
}
</style>