Shades of Wild Blue Yonder #777BBC
Tints of Wild Blue Yonder #777BBC
RGB
CMYK
RGB Variations
Color information
#777BBC (or 0x777BBC) is known color: Wild Blue Yonder. HEX triplet: 77, 7B and BC. RGB value is (119,123,188). Sum of RGB (Red+Green+Blue) = 119+123+188=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #777BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BBC is #888443. Grayscale: #808080. Windows color (decimal): -8946756 or 12352375. OLE color: 12352375.
HSL color Cylindrical-coordinate representation of color #777BBC: hue angle of 236.52º 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 #777BBC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 123 | 188 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.26 |
| HSL | 236.52º | 0.34% | 0.6% | - |
| HSV(B) | 236.52º | 0.37% | 0.74% | - |
| XYZ | 23.77 | 21.72 | 50.52 | - |
| YUV | 129.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 188 | 0.37 | 0.35 | 0 | 0.26 | 236.52 | 0.34 | 0.6 |
| Hex | 77 | 7B | BC | 25 | 23 | 0 | 1A | ED | 22 | 3C |
| Octal | 167 | 173 | 274 | 45 | 43 | 0 | 32 | 355 | 42 | 74 |
| Binary | 1110111 | 1111011 | 10111100 | 100101 | 100011 | 0 | 11010 | 11101101 | 100010 | 111100 |
Color Harmonies of #777BBC
Complementary color
Monochromatic Colors of #777BBC
Black with #777BBC
Text Example
Text Example
White with #777BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BBC; }
p { color: rgb(119,123,188); }
H1.HeaderClassName
{
color: #777BBC;
}
.AnyTagClassName
{
color: #777BBC;
}
</style>
background-color css
<style>
a { background-color: #777BBC; }
a { background-color: rgb(119,123,188); }
div.DivClassName
{
background-color: #777BBC;
}
.BgClassName
{
background-color: #777BBC;
}
</style>
border-color css
<style>
span { border-color: #777BBC; }
span { border-color: rgb(119,123,188); }
td.TdClassName
{
border-color: #777BBC;
}
.TagClassName
{
border-color: #777BBC;
}
</style>