Shades of Moody Blue #7779BF
Tints of Moody Blue #7779BF
RGB
CMYK
RGB Variations
Color information
#7779BF (or 0x7779BF) is known color: Moody Blue. HEX triplet: 77, 79 and BF. RGB value is (119,121,191). Sum of RGB (Red+Green+Blue) = 119+121+191=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #7779BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779BF is #888640. Grayscale: #808080. Windows color (decimal): -8947265 or 12548471. OLE color: 12548471.
HSL color Cylindrical-coordinate representation of color #7779BF: hue angle of 238.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7779BF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 121 | 191 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.25 |
| HSL | 238.33º | 0.36% | 0.61% | - |
| HSV(B) | 238.33º | 0.38% | 0.75% | - |
| XYZ | 23.85 | 21.36 | 52.16 | - |
| YUV | 128.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 191 | 0.38 | 0.37 | 0 | 0.25 | 238.33 | 0.36 | 0.61 |
| Hex | 77 | 79 | BF | 26 | 25 | 0 | 19 | EE | 24 | 3D |
| Octal | 167 | 171 | 277 | 46 | 45 | 0 | 31 | 356 | 44 | 75 |
| Binary | 1110111 | 1111001 | 10111111 | 100110 | 100101 | 0 | 11001 | 11101110 | 100100 | 111101 |
Color Harmonies of #7779BF
Complementary color
Monochromatic Colors of #7779BF
Black with #7779BF
Text Example
Text Example
White with #7779BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7779BF; }
p { color: rgb(119,121,191); }
H1.HeaderClassName
{
color: #7779BF;
}
.AnyTagClassName
{
color: #7779BF;
}
</style>
background-color css
<style>
a { background-color: #7779BF; }
a { background-color: rgb(119,121,191); }
div.DivClassName
{
background-color: #7779BF;
}
.BgClassName
{
background-color: #7779BF;
}
</style>
border-color css
<style>
span { border-color: #7779BF; }
span { border-color: rgb(119,121,191); }
td.TdClassName
{
border-color: #7779BF;
}
.TagClassName
{
border-color: #7779BF;
}
</style>