Shades of Wild Blue Yonder #777EBF
Tints of Wild Blue Yonder #777EBF
RGB
CMYK
RGB Variations
Color information
#777EBF (or 0x777EBF) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and BF. RGB value is (119,126,191). Sum of RGB (Red+Green+Blue) = 119+126+191=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #777EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EBF is #888140. Grayscale: #838383. Windows color (decimal): -8945985 or 12549751. OLE color: 12549751.
HSL color Cylindrical-coordinate representation of color #777EBF: hue angle of 234.17º 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 #777EBF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 126 | 191 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.25 |
| HSL | 234.17º | 0.36% | 0.61% | - |
| HSV(B) | 234.17º | 0.38% | 0.75% | - |
| XYZ | 24.47 | 22.61 | 52.36 | - |
| YUV | 131.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 191 | 0.38 | 0.34 | 0 | 0.25 | 234.17 | 0.36 | 0.61 |
| Hex | 77 | 7E | BF | 26 | 22 | 0 | 19 | EA | 24 | 3D |
| Octal | 167 | 176 | 277 | 46 | 42 | 0 | 31 | 352 | 44 | 75 |
| Binary | 1110111 | 1111110 | 10111111 | 100110 | 100010 | 0 | 11001 | 11101010 | 100100 | 111101 |
Color Harmonies of #777EBF
Complementary color
Monochromatic Colors of #777EBF
Black with #777EBF
Text Example
Text Example
White with #777EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EBF; }
p { color: rgb(119,126,191); }
H1.HeaderClassName
{
color: #777EBF;
}
.AnyTagClassName
{
color: #777EBF;
}
</style>
background-color css
<style>
a { background-color: #777EBF; }
a { background-color: rgb(119,126,191); }
div.DivClassName
{
background-color: #777EBF;
}
.BgClassName
{
background-color: #777EBF;
}
</style>
border-color css
<style>
span { border-color: #777EBF; }
span { border-color: rgb(119,126,191); }
td.TdClassName
{
border-color: #777EBF;
}
.TagClassName
{
border-color: #777EBF;
}
</style>