Shades of Wild Blue Yonder #7688B3
Tints of Wild Blue Yonder #7688B3
RGB
CMYK
RGB Variations
Color information
#7688B3 (or 0x7688B3) is known color: Wild Blue Yonder. HEX triplet: 76, 88 and B3. RGB value is (118,136,179). Sum of RGB (Red+Green+Blue) = 118+136+179=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #7688B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688B3 is #89774C. Grayscale: #878787. Windows color (decimal): -9008973 or 11765878. OLE color: 11765878.
HSL color Cylindrical-coordinate representation of color #7688B3: hue angle of 222.3º degrees, saturation: 0.29, 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 #7688B3 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 136 | 179 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.30 |
| HSL | 222.3º | 0.29% | 0.58% | - |
| HSV(B) | 222.3º | 0.34% | 0.7% | - |
| XYZ | 24.41 | 24.71 | 46.13 | - |
| YUV | 135.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 179 | 0.34 | 0.24 | 0 | 0.30 | 222.3 | 0.29 | 0.58 |
| Hex | 76 | 88 | B3 | 22 | 18 | 0 | 1E | DE | 1D | 3A |
| Octal | 166 | 210 | 263 | 42 | 30 | 0 | 36 | 336 | 35 | 72 |
| Binary | 1110110 | 10001000 | 10110011 | 100010 | 11000 | 0 | 11110 | 11011110 | 11101 | 111010 |
Color Harmonies of #7688B3
Complementary color
Monochromatic Colors of #7688B3
Black with #7688B3
Text Example
Text Example
White with #7688B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688B3; }
p { color: rgb(118,136,179); }
H1.HeaderClassName
{
color: #7688B3;
}
.AnyTagClassName
{
color: #7688B3;
}
</style>
background-color css
<style>
a { background-color: #7688B3; }
a { background-color: rgb(118,136,179); }
div.DivClassName
{
background-color: #7688B3;
}
.BgClassName
{
background-color: #7688B3;
}
</style>
border-color css
<style>
span { border-color: #7688B3; }
span { border-color: rgb(118,136,179); }
td.TdClassName
{
border-color: #7688B3;
}
.TagClassName
{
border-color: #7688B3;
}
</style>