Shades of Moody Blue #7770BF
Tints of Moody Blue #7770BF
RGB
CMYK
RGB Variations
Color information
#7770BF (or 0x7770BF) is known color: Moody Blue. HEX triplet: 77, 70 and BF. RGB value is (119,112,191). Sum of RGB (Red+Green+Blue) = 119+112+191=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #7770BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770BF is #888F40. Grayscale: #7A7A7A. Windows color (decimal): -8949569 or 12546167. OLE color: 12546167.
HSL color Cylindrical-coordinate representation of color #7770BF: hue angle of 245.32º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7770BF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 112 | 191 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.25 |
| HSL | 245.32º | 0.38% | 0.59% | - |
| HSV(B) | 245.32º | 0.41% | 0.75% | - |
| XYZ | 22.81 | 19.27 | 51.81 | - |
| YUV | 123.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 191 | 0.38 | 0.41 | 0 | 0.25 | 245.32 | 0.38 | 0.59 |
| Hex | 77 | 70 | BF | 26 | 29 | 0 | 19 | F5 | 26 | 3B |
| Octal | 167 | 160 | 277 | 46 | 51 | 0 | 31 | 365 | 46 | 73 |
| Binary | 1110111 | 1110000 | 10111111 | 100110 | 101001 | 0 | 11001 | 11110101 | 100110 | 111011 |
Color Harmonies of #7770BF
Complementary color
Monochromatic Colors of #7770BF
Black with #7770BF
Text Example
Text Example
White with #7770BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770BF; }
p { color: rgb(119,112,191); }
H1.HeaderClassName
{
color: #7770BF;
}
.AnyTagClassName
{
color: #7770BF;
}
</style>
background-color css
<style>
a { background-color: #7770BF; }
a { background-color: rgb(119,112,191); }
div.DivClassName
{
background-color: #7770BF;
}
.BgClassName
{
background-color: #7770BF;
}
</style>
border-color css
<style>
span { border-color: #7770BF; }
span { border-color: rgb(119,112,191); }
td.TdClassName
{
border-color: #7770BF;
}
.TagClassName
{
border-color: #7770BF;
}
</style>