Shades of Wild Blue Yonder #7686BA
Tints of Wild Blue Yonder #7686BA
RGB
CMYK
RGB Variations
Color information
#7686BA (or 0x7686BA) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and BA. RGB value is (118,134,186). Sum of RGB (Red+Green+Blue) = 118+134+186=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #7686BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686BA is #897945. Grayscale: #868686. Windows color (decimal): -9009478 or 12224118. OLE color: 12224118.
HSL color Cylindrical-coordinate representation of color #7686BA: hue angle of 225.88º 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 #7686BA is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 134 | 186 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.27 |
| HSL | 225.88º | 0.33% | 0.6% | - |
| HSV(B) | 225.88º | 0.37% | 0.73% | - |
| XYZ | 24.86 | 24.45 | 49.86 | - |
| YUV | 135.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 186 | 0.37 | 0.28 | 0 | 0.27 | 225.88 | 0.33 | 0.6 |
| Hex | 76 | 86 | BA | 25 | 1C | 0 | 1B | E2 | 21 | 3C |
| Octal | 166 | 206 | 272 | 45 | 34 | 0 | 33 | 342 | 41 | 74 |
| Binary | 1110110 | 10000110 | 10111010 | 100101 | 11100 | 0 | 11011 | 11100010 | 100001 | 111100 |
Color Harmonies of #7686BA
Complementary color
Monochromatic Colors of #7686BA
Black with #7686BA
Text Example
Text Example
White with #7686BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686BA; }
p { color: rgb(118,134,186); }
H1.HeaderClassName
{
color: #7686BA;
}
.AnyTagClassName
{
color: #7686BA;
}
</style>
background-color css
<style>
a { background-color: #7686BA; }
a { background-color: rgb(118,134,186); }
div.DivClassName
{
background-color: #7686BA;
}
.BgClassName
{
background-color: #7686BA;
}
</style>
border-color css
<style>
span { border-color: #7686BA; }
span { border-color: rgb(118,134,186); }
td.TdClassName
{
border-color: #7686BA;
}
.TagClassName
{
border-color: #7686BA;
}
</style>