Shades of Wild Blue Yonder #7788BC
Tints of Wild Blue Yonder #7788BC
RGB
CMYK
RGB Variations
Color information
#7788BC (or 0x7788BC) is known color: Wild Blue Yonder. HEX triplet: 77, 88 and BC. RGB value is (119,136,188). Sum of RGB (Red+Green+Blue) = 119+136+188=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #7788BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788BC is #887743. Grayscale: #888888. Windows color (decimal): -8943428 or 12355703. OLE color: 12355703.
HSL color Cylindrical-coordinate representation of color #7788BC: hue angle of 225.22º 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 #7788BC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 136 | 188 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.26 |
| HSL | 225.22º | 0.34% | 0.6% | - |
| HSV(B) | 225.22º | 0.37% | 0.74% | - |
| XYZ | 25.49 | 25.16 | 51.09 | - |
| YUV | 136.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 188 | 0.37 | 0.28 | 0 | 0.26 | 225.22 | 0.34 | 0.6 |
| Hex | 77 | 88 | BC | 25 | 1C | 0 | 1A | E1 | 22 | 3C |
| Octal | 167 | 210 | 274 | 45 | 34 | 0 | 32 | 341 | 42 | 74 |
| Binary | 1110111 | 10001000 | 10111100 | 100101 | 11100 | 0 | 11010 | 11100001 | 100010 | 111100 |
Color Harmonies of #7788BC
Complementary color
Monochromatic Colors of #7788BC
Black with #7788BC
Text Example
Text Example
White with #7788BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788BC; }
p { color: rgb(119,136,188); }
H1.HeaderClassName
{
color: #7788BC;
}
.AnyTagClassName
{
color: #7788BC;
}
</style>
background-color css
<style>
a { background-color: #7788BC; }
a { background-color: rgb(119,136,188); }
div.DivClassName
{
background-color: #7788BC;
}
.BgClassName
{
background-color: #7788BC;
}
</style>
border-color css
<style>
span { border-color: #7788BC; }
span { border-color: rgb(119,136,188); }
td.TdClassName
{
border-color: #7788BC;
}
.TagClassName
{
border-color: #7788BC;
}
</style>