Shades of Wild Blue Yonder #7788BD
Tints of Wild Blue Yonder #7788BD
RGB
CMYK
RGB Variations
Color information
#7788BD (or 0x7788BD) is known color: Wild Blue Yonder. HEX triplet: 77, 88 and BD. RGB value is (119,136,189). Sum of RGB (Red+Green+Blue) = 119+136+189=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #7788BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788BD is #887742. Grayscale: #888888. Windows color (decimal): -8943427 or 12421239. OLE color: 12421239.
HSL color Cylindrical-coordinate representation of color #7788BD: hue angle of 225.43º degrees, saturation: 0.35, 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 #7788BD is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 136 | 189 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.26 |
| HSL | 225.43º | 0.35% | 0.6% | - |
| HSV(B) | 225.43º | 0.37% | 0.74% | - |
| XYZ | 25.6 | 25.2 | 51.66 | - |
| YUV | 136.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 189 | 0.37 | 0.28 | 0 | 0.26 | 225.43 | 0.35 | 0.6 |
| Hex | 77 | 88 | BD | 25 | 1C | 0 | 1A | E1 | 23 | 3C |
| Octal | 167 | 210 | 275 | 45 | 34 | 0 | 32 | 341 | 43 | 74 |
| Binary | 1110111 | 10001000 | 10111101 | 100101 | 11100 | 0 | 11010 | 11100001 | 100011 | 111100 |
Color Harmonies of #7788BD
Complementary color
Monochromatic Colors of #7788BD
Black with #7788BD
Text Example
Text Example
White with #7788BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788BD; }
p { color: rgb(119,136,189); }
H1.HeaderClassName
{
color: #7788BD;
}
.AnyTagClassName
{
color: #7788BD;
}
</style>
background-color css
<style>
a { background-color: #7788BD; }
a { background-color: rgb(119,136,189); }
div.DivClassName
{
background-color: #7788BD;
}
.BgClassName
{
background-color: #7788BD;
}
</style>
border-color css
<style>
span { border-color: #7788BD; }
span { border-color: rgb(119,136,189); }
td.TdClassName
{
border-color: #7788BD;
}
.TagClassName
{
border-color: #7788BD;
}
</style>