Shades of Wild Blue Yonder #777CBF
Tints of Wild Blue Yonder #777CBF
RGB
CMYK
RGB Variations
Color information
#777CBF (or 0x777CBF) is known color: Wild Blue Yonder. HEX triplet: 77, 7C and BF. RGB value is (119,124,191). Sum of RGB (Red+Green+Blue) = 119+124+191=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #777CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CBF is #888340. Grayscale: #818181. Windows color (decimal): -8946497 or 12549239. OLE color: 12549239.
HSL color Cylindrical-coordinate representation of color #777CBF: hue angle of 235.83º 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 #777CBF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 124 | 191 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.25 |
| HSL | 235.83º | 0.36% | 0.61% | - |
| HSV(B) | 235.83º | 0.38% | 0.75% | - |
| XYZ | 24.22 | 22.1 | 52.28 | - |
| YUV | 130.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 191 | 0.38 | 0.35 | 0 | 0.25 | 235.83 | 0.36 | 0.61 |
| Hex | 77 | 7C | BF | 26 | 23 | 0 | 19 | EC | 24 | 3D |
| Octal | 167 | 174 | 277 | 46 | 43 | 0 | 31 | 354 | 44 | 75 |
| Binary | 1110111 | 1111100 | 10111111 | 100110 | 100011 | 0 | 11001 | 11101100 | 100100 | 111101 |
Color Harmonies of #777CBF
Complementary color
Monochromatic Colors of #777CBF
Black with #777CBF
Text Example
Text Example
White with #777CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CBF; }
p { color: rgb(119,124,191); }
H1.HeaderClassName
{
color: #777CBF;
}
.AnyTagClassName
{
color: #777CBF;
}
</style>
background-color css
<style>
a { background-color: #777CBF; }
a { background-color: rgb(119,124,191); }
div.DivClassName
{
background-color: #777CBF;
}
.BgClassName
{
background-color: #777CBF;
}
</style>
border-color css
<style>
span { border-color: #777CBF; }
span { border-color: rgb(119,124,191); }
td.TdClassName
{
border-color: #777CBF;
}
.TagClassName
{
border-color: #777CBF;
}
</style>