Shades of Wild Blue Yonder #777EC0
Tints of Wild Blue Yonder #777EC0
RGB
CMYK
RGB Variations
Color information
#777EC0 (or 0x777EC0) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and C0. RGB value is (119,126,192). Sum of RGB (Red+Green+Blue) = 119+126+192=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #777EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EC0 is #88813F. Grayscale: #838383. Windows color (decimal): -8945984 or 12615287. OLE color: 12615287.
HSL color Cylindrical-coordinate representation of color #777EC0: hue angle of 234.25º degrees, saturation: 0.37, 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 #777EC0 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 126 | 192 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.25 |
| HSL | 234.25º | 0.37% | 0.61% | - |
| HSV(B) | 234.25º | 0.38% | 0.75% | - |
| XYZ | 24.58 | 22.65 | 52.95 | - |
| YUV | 131.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 192 | 0.38 | 0.34 | 0 | 0.25 | 234.25 | 0.37 | 0.61 |
| Hex | 77 | 7E | C0 | 26 | 22 | 0 | 19 | EA | 25 | 3D |
| Octal | 167 | 176 | 300 | 46 | 42 | 0 | 31 | 352 | 45 | 75 |
| Binary | 1110111 | 1111110 | 11000000 | 100110 | 100010 | 0 | 11001 | 11101010 | 100101 | 111101 |
Color Harmonies of #777EC0
Complementary color
Monochromatic Colors of #777EC0
Black with #777EC0
Text Example
Text Example
White with #777EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EC0; }
p { color: rgb(119,126,192); }
H1.HeaderClassName
{
color: #777EC0;
}
.AnyTagClassName
{
color: #777EC0;
}
</style>
background-color css
<style>
a { background-color: #777EC0; }
a { background-color: rgb(119,126,192); }
div.DivClassName
{
background-color: #777EC0;
}
.BgClassName
{
background-color: #777EC0;
}
</style>
border-color css
<style>
span { border-color: #777EC0; }
span { border-color: rgb(119,126,192); }
td.TdClassName
{
border-color: #777EC0;
}
.TagClassName
{
border-color: #777EC0;
}
</style>