Shades of Wild Blue Yonder #7788C5
Tints of Wild Blue Yonder #7788C5
RGB
CMYK
RGB Variations
Color information
#7788C5 (or 0x7788C5) is known color: Wild Blue Yonder. HEX triplet: 77, 88 and C5. RGB value is (119,136,197). Sum of RGB (Red+Green+Blue) = 119+136+197=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #7788C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788C5 is #88773A. Grayscale: #898989. Windows color (decimal): -8943419 or 12945527. OLE color: 12945527.
HSL color Cylindrical-coordinate representation of color #7788C5: hue angle of 226.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7788C5 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 136 | 197 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.23 |
| HSL | 226.92º | 0.4% | 0.62% | - |
| HSV(B) | 226.92º | 0.4% | 0.77% | - |
| XYZ | 26.49 | 25.56 | 56.36 | - |
| YUV | 137.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 197 | 0.40 | 0.31 | 0 | 0.23 | 226.92 | 0.4 | 0.62 |
| Hex | 77 | 88 | C5 | 28 | 1F | 0 | 17 | E3 | 28 | 3E |
| Octal | 167 | 210 | 305 | 50 | 37 | 0 | 27 | 343 | 50 | 76 |
| Binary | 1110111 | 10001000 | 11000101 | 101000 | 11111 | 0 | 10111 | 11100011 | 101000 | 111110 |
Color Harmonies of #7788C5
Complementary color
Monochromatic Colors of #7788C5
Black with #7788C5
Text Example
Text Example
White with #7788C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788C5; }
p { color: rgb(119,136,197); }
H1.HeaderClassName
{
color: #7788C5;
}
.AnyTagClassName
{
color: #7788C5;
}
</style>
background-color css
<style>
a { background-color: #7788C5; }
a { background-color: rgb(119,136,197); }
div.DivClassName
{
background-color: #7788C5;
}
.BgClassName
{
background-color: #7788C5;
}
</style>
border-color css
<style>
span { border-color: #7788C5; }
span { border-color: rgb(119,136,197); }
td.TdClassName
{
border-color: #7788C5;
}
.TagClassName
{
border-color: #7788C5;
}
</style>