Shades of Moody Blue #7774BC
Tints of Moody Blue #7774BC
RGB
CMYK
RGB Variations
Color information
#7774BC (or 0x7774BC) is known color: Moody Blue. HEX triplet: 77, 74 and BC. RGB value is (119,116,188). Sum of RGB (Red+Green+Blue) = 119+116+188=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #7774BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7774BC is #888B43. Grayscale: #7C7C7C. Windows color (decimal): -8948548 or 12350583. OLE color: 12350583.
HSL color Cylindrical-coordinate representation of color #7774BC: hue angle of 242.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7774BC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 116 | 188 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.26 |
| HSL | 242.5º | 0.35% | 0.6% | - |
| HSV(B) | 242.5º | 0.38% | 0.74% | - |
| XYZ | 22.93 | 20.04 | 50.24 | - |
| YUV | 125.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 188 | 0.37 | 0.38 | 0 | 0.26 | 242.5 | 0.35 | 0.6 |
| Hex | 77 | 74 | BC | 25 | 26 | 0 | 1A | F2 | 23 | 3C |
| Octal | 167 | 164 | 274 | 45 | 46 | 0 | 32 | 362 | 43 | 74 |
| Binary | 1110111 | 1110100 | 10111100 | 100101 | 100110 | 0 | 11010 | 11110010 | 100011 | 111100 |
Color Harmonies of #7774BC
Complementary color
Monochromatic Colors of #7774BC
Black with #7774BC
Text Example
Text Example
White with #7774BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7774BC; }
p { color: rgb(119,116,188); }
H1.HeaderClassName
{
color: #7774BC;
}
.AnyTagClassName
{
color: #7774BC;
}
</style>
background-color css
<style>
a { background-color: #7774BC; }
a { background-color: rgb(119,116,188); }
div.DivClassName
{
background-color: #7774BC;
}
.BgClassName
{
background-color: #7774BC;
}
</style>
border-color css
<style>
span { border-color: #7774BC; }
span { border-color: rgb(119,116,188); }
td.TdClassName
{
border-color: #7774BC;
}
.TagClassName
{
border-color: #7774BC;
}
</style>