Shades of Wild Blue Yonder #7688BA
Tints of Wild Blue Yonder #7688BA
RGB
CMYK
RGB Variations
Color information
#7688BA (or 0x7688BA) is known color: Wild Blue Yonder. HEX triplet: 76, 88 and BA. RGB value is (118,136,186). Sum of RGB (Red+Green+Blue) = 118+136+186=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #7688BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688BA is #897745. Grayscale: #888888. Windows color (decimal): -9008966 or 12224630. OLE color: 12224630.
HSL color Cylindrical-coordinate representation of color #7688BA: hue angle of 224.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7688BA is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 136 | 186 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.27 |
| HSL | 224.12º | 0.33% | 0.6% | - |
| HSV(B) | 224.12º | 0.37% | 0.73% | - |
| XYZ | 25.14 | 25.01 | 49.96 | - |
| YUV | 136.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 186 | 0.37 | 0.27 | 0 | 0.27 | 224.12 | 0.33 | 0.6 |
| Hex | 76 | 88 | BA | 25 | 1B | 0 | 1B | E0 | 21 | 3C |
| Octal | 166 | 210 | 272 | 45 | 33 | 0 | 33 | 340 | 41 | 74 |
| Binary | 1110110 | 10001000 | 10111010 | 100101 | 11011 | 0 | 11011 | 11100000 | 100001 | 111100 |
Color Harmonies of #7688BA
Complementary color
Monochromatic Colors of #7688BA
Black with #7688BA
Text Example
Text Example
White with #7688BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688BA; }
p { color: rgb(118,136,186); }
H1.HeaderClassName
{
color: #7688BA;
}
.AnyTagClassName
{
color: #7688BA;
}
</style>
background-color css
<style>
a { background-color: #7688BA; }
a { background-color: rgb(118,136,186); }
div.DivClassName
{
background-color: #7688BA;
}
.BgClassName
{
background-color: #7688BA;
}
</style>
border-color css
<style>
span { border-color: #7688BA; }
span { border-color: rgb(118,136,186); }
td.TdClassName
{
border-color: #7688BA;
}
.TagClassName
{
border-color: #7688BA;
}
</style>