Shades of Wild Blue Yonder #7788B3
Tints of Wild Blue Yonder #7788B3
RGB
CMYK
RGB Variations
Color information
#7788B3 (or 0x7788B3) is known color: Wild Blue Yonder. HEX triplet: 77, 88 and B3. RGB value is (119,136,179). Sum of RGB (Red+Green+Blue) = 119+136+179=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #7788B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788B3 is #88774C. Grayscale: #878787. Windows color (decimal): -8943437 or 11765879. OLE color: 11765879.
HSL color Cylindrical-coordinate representation of color #7788B3: hue angle of 223º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7788B3 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 136 | 179 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.30 |
| HSL | 223º | 0.28% | 0.58% | - |
| HSV(B) | 223º | 0.34% | 0.7% | - |
| XYZ | 24.55 | 24.78 | 46.14 | - |
| YUV | 135.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 179 | 0.34 | 0.24 | 0 | 0.30 | 223 | 0.28 | 0.58 |
| Hex | 77 | 88 | B3 | 22 | 18 | 0 | 1E | DF | 1C | 3A |
| Octal | 167 | 210 | 263 | 42 | 30 | 0 | 36 | 337 | 34 | 72 |
| Binary | 1110111 | 10001000 | 10110011 | 100010 | 11000 | 0 | 11110 | 11011111 | 11100 | 111010 |
Color Harmonies of #7788B3
Complementary color
Monochromatic Colors of #7788B3
Black with #7788B3
Text Example
Text Example
White with #7788B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788B3; }
p { color: rgb(119,136,179); }
H1.HeaderClassName
{
color: #7788B3;
}
.AnyTagClassName
{
color: #7788B3;
}
</style>
background-color css
<style>
a { background-color: #7788B3; }
a { background-color: rgb(119,136,179); }
div.DivClassName
{
background-color: #7788B3;
}
.BgClassName
{
background-color: #7788B3;
}
</style>
border-color css
<style>
span { border-color: #7788B3; }
span { border-color: rgb(119,136,179); }
td.TdClassName
{
border-color: #7788B3;
}
.TagClassName
{
border-color: #7788B3;
}
</style>