Shades of Wild Blue Yonder #777EBC
Tints of Wild Blue Yonder #777EBC
RGB
CMYK
RGB Variations
Color information
#777EBC (or 0x777EBC) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and BC. RGB value is (119,126,188). Sum of RGB (Red+Green+Blue) = 119+126+188=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #777EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EBC is #888143. Grayscale: #828282. Windows color (decimal): -8945988 or 12353143. OLE color: 12353143.
HSL color Cylindrical-coordinate representation of color #777EBC: hue angle of 233.91º 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 #777EBC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 126 | 188 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.26 |
| HSL | 233.91º | 0.34% | 0.6% | - |
| HSV(B) | 233.91º | 0.37% | 0.74% | - |
| XYZ | 24.15 | 22.47 | 50.64 | - |
| YUV | 130.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 188 | 0.37 | 0.33 | 0 | 0.26 | 233.91 | 0.34 | 0.6 |
| Hex | 77 | 7E | BC | 25 | 21 | 0 | 1A | EA | 22 | 3C |
| Octal | 167 | 176 | 274 | 45 | 41 | 0 | 32 | 352 | 42 | 74 |
| Binary | 1110111 | 1111110 | 10111100 | 100101 | 100001 | 0 | 11010 | 11101010 | 100010 | 111100 |
Color Harmonies of #777EBC
Complementary color
Monochromatic Colors of #777EBC
Black with #777EBC
Text Example
Text Example
White with #777EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EBC; }
p { color: rgb(119,126,188); }
H1.HeaderClassName
{
color: #777EBC;
}
.AnyTagClassName
{
color: #777EBC;
}
</style>
background-color css
<style>
a { background-color: #777EBC; }
a { background-color: rgb(119,126,188); }
div.DivClassName
{
background-color: #777EBC;
}
.BgClassName
{
background-color: #777EBC;
}
</style>
border-color css
<style>
span { border-color: #777EBC; }
span { border-color: rgb(119,126,188); }
td.TdClassName
{
border-color: #777EBC;
}
.TagClassName
{
border-color: #777EBC;
}
</style>