Shades of Wild Blue Yonder #7688C2
Tints of Wild Blue Yonder #7688C2
RGB
CMYK
RGB Variations
Color information
#7688C2 (or 0x7688C2) is known color: Wild Blue Yonder. HEX triplet: 76, 88 and C2. RGB value is (118,136,194). Sum of RGB (Red+Green+Blue) = 118+136+194=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #7688C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688C2 is #89773D. Grayscale: #888888. Windows color (decimal): -9008958 or 12748918. OLE color: 12748918.
HSL color Cylindrical-coordinate representation of color #7688C2: hue angle of 225.79º 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 #7688C2 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 136 | 194 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.24 |
| HSL | 225.79º | 0.38% | 0.61% | - |
| HSV(B) | 225.79º | 0.39% | 0.76% | - |
| XYZ | 26.01 | 25.35 | 54.56 | - |
| YUV | 137.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 194 | 0.39 | 0.30 | 0 | 0.24 | 225.79 | 0.38 | 0.61 |
| Hex | 76 | 88 | C2 | 27 | 1E | 0 | 18 | E2 | 26 | 3D |
| Octal | 166 | 210 | 302 | 47 | 36 | 0 | 30 | 342 | 46 | 75 |
| Binary | 1110110 | 10001000 | 11000010 | 100111 | 11110 | 0 | 11000 | 11100010 | 100110 | 111101 |
Color Harmonies of #7688C2
Complementary color
Monochromatic Colors of #7688C2
Black with #7688C2
Text Example
Text Example
White with #7688C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688C2; }
p { color: rgb(118,136,194); }
H1.HeaderClassName
{
color: #7688C2;
}
.AnyTagClassName
{
color: #7688C2;
}
</style>
background-color css
<style>
a { background-color: #7688C2; }
a { background-color: rgb(118,136,194); }
div.DivClassName
{
background-color: #7688C2;
}
.BgClassName
{
background-color: #7688C2;
}
</style>
border-color css
<style>
span { border-color: #7688C2; }
span { border-color: rgb(118,136,194); }
td.TdClassName
{
border-color: #7688C2;
}
.TagClassName
{
border-color: #7688C2;
}
</style>