Shades of Wild Blue Yonder #7788C2
Tints of Wild Blue Yonder #7788C2
RGB
CMYK
RGB Variations
Color information
#7788C2 (or 0x7788C2) is known color: Wild Blue Yonder. HEX triplet: 77, 88 and C2. RGB value is (119,136,194). Sum of RGB (Red+Green+Blue) = 119+136+194=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #7788C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788C2 is #88773D. Grayscale: #898989. Windows color (decimal): -8943422 or 12748919. OLE color: 12748919.
HSL color Cylindrical-coordinate representation of color #7788C2: hue angle of 226.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7788C2 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 136 | 194 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.24 |
| HSL | 226.4º | 0.38% | 0.61% | - |
| HSV(B) | 226.4º | 0.39% | 0.76% | - |
| XYZ | 26.15 | 25.43 | 54.57 | - |
| YUV | 137.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 194 | 0.39 | 0.30 | 0 | 0.24 | 226.4 | 0.38 | 0.61 |
| Hex | 77 | 88 | C2 | 27 | 1E | 0 | 18 | E2 | 26 | 3D |
| Octal | 167 | 210 | 302 | 47 | 36 | 0 | 30 | 342 | 46 | 75 |
| Binary | 1110111 | 10001000 | 11000010 | 100111 | 11110 | 0 | 11000 | 11100010 | 100110 | 111101 |
Color Harmonies of #7788C2
Complementary color
Monochromatic Colors of #7788C2
Black with #7788C2
Text Example
Text Example
White with #7788C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788C2; }
p { color: rgb(119,136,194); }
H1.HeaderClassName
{
color: #7788C2;
}
.AnyTagClassName
{
color: #7788C2;
}
</style>
background-color css
<style>
a { background-color: #7788C2; }
a { background-color: rgb(119,136,194); }
div.DivClassName
{
background-color: #7788C2;
}
.BgClassName
{
background-color: #7788C2;
}
</style>
border-color css
<style>
span { border-color: #7788C2; }
span { border-color: rgb(119,136,194); }
td.TdClassName
{
border-color: #7788C2;
}
.TagClassName
{
border-color: #7788C2;
}
</style>