Shades of Wild Blue Yonder #777CBE
Tints of Wild Blue Yonder #777CBE
RGB
CMYK
RGB Variations
Color information
#777CBE (or 0x777CBE) is known color: Wild Blue Yonder. HEX triplet: 77, 7C and BE. RGB value is (119,124,190). Sum of RGB (Red+Green+Blue) = 119+124+190=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #777CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CBE is #888341. Grayscale: #818181. Windows color (decimal): -8946498 or 12483703. OLE color: 12483703.
HSL color Cylindrical-coordinate representation of color #777CBE: hue angle of 235.77º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777CBE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 124 | 190 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.25 |
| HSL | 235.77º | 0.35% | 0.61% | - |
| HSV(B) | 235.77º | 0.37% | 0.75% | - |
| XYZ | 24.11 | 22.05 | 51.7 | - |
| YUV | 130.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 190 | 0.37 | 0.35 | 0 | 0.25 | 235.77 | 0.35 | 0.61 |
| Hex | 77 | 7C | BE | 25 | 23 | 0 | 19 | EC | 23 | 3D |
| Octal | 167 | 174 | 276 | 45 | 43 | 0 | 31 | 354 | 43 | 75 |
| Binary | 1110111 | 1111100 | 10111110 | 100101 | 100011 | 0 | 11001 | 11101100 | 100011 | 111101 |
Color Harmonies of #777CBE
Complementary color
Monochromatic Colors of #777CBE
Black with #777CBE
Text Example
Text Example
White with #777CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CBE; }
p { color: rgb(119,124,190); }
H1.HeaderClassName
{
color: #777CBE;
}
.AnyTagClassName
{
color: #777CBE;
}
</style>
background-color css
<style>
a { background-color: #777CBE; }
a { background-color: rgb(119,124,190); }
div.DivClassName
{
background-color: #777CBE;
}
.BgClassName
{
background-color: #777CBE;
}
</style>
border-color css
<style>
span { border-color: #777CBE; }
span { border-color: rgb(119,124,190); }
td.TdClassName
{
border-color: #777CBE;
}
.TagClassName
{
border-color: #777CBE;
}
</style>