Shades of Moody Blue #7777BC
Tints of Moody Blue #7777BC
RGB
CMYK
RGB Variations
Color information
#7777BC (or 0x7777BC) is known color: Moody Blue. HEX triplet: 77, 77 and BC. RGB value is (119,119,188). Sum of RGB (Red+Green+Blue) = 119+119+188=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #7777BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7777BC is #888843. Grayscale: #7E7E7E. Windows color (decimal): -8947780 or 12351351. OLE color: 12351351.
HSL color Cylindrical-coordinate representation of color #7777BC: hue angle of 240º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7777BC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 119 | 188 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.26 |
| HSL | 240º | 0.34% | 0.6% | - |
| HSV(B) | 240º | 0.37% | 0.74% | - |
| XYZ | 23.28 | 20.75 | 50.35 | - |
| YUV | 126.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 188 | 0.37 | 0.37 | 0 | 0.26 | 240 | 0.34 | 0.6 |
| Hex | 77 | 77 | BC | 25 | 25 | 0 | 1A | F0 | 22 | 3C |
| Octal | 167 | 167 | 274 | 45 | 45 | 0 | 32 | 360 | 42 | 74 |
| Binary | 1110111 | 1110111 | 10111100 | 100101 | 100101 | 0 | 11010 | 11110000 | 100010 | 111100 |
Color Harmonies of #7777BC
Complementary color
Monochromatic Colors of #7777BC
Black with #7777BC
Text Example
Text Example
White with #7777BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7777BC; }
p { color: rgb(119,119,188); }
H1.HeaderClassName
{
color: #7777BC;
}
.AnyTagClassName
{
color: #7777BC;
}
</style>
background-color css
<style>
a { background-color: #7777BC; }
a { background-color: rgb(119,119,188); }
div.DivClassName
{
background-color: #7777BC;
}
.BgClassName
{
background-color: #7777BC;
}
</style>
border-color css
<style>
span { border-color: #7777BC; }
span { border-color: rgb(119,119,188); }
td.TdClassName
{
border-color: #7777BC;
}
.TagClassName
{
border-color: #7777BC;
}
</style>