Shades of Wild Blue Yonder #7686BB
Tints of Wild Blue Yonder #7686BB
RGB
CMYK
RGB Variations
Color information
#7686BB (or 0x7686BB) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and BB. RGB value is (118,134,187). Sum of RGB (Red+Green+Blue) = 118+134+187=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #7686BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686BB is #897944. Grayscale: #878787. Windows color (decimal): -9009477 or 12289654. OLE color: 12289654.
HSL color Cylindrical-coordinate representation of color #7686BB: hue angle of 226.09º degrees, saturation: 0.34, 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 #7686BB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 134 | 187 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.27 |
| HSL | 226.09º | 0.34% | 0.6% | - |
| HSV(B) | 226.09º | 0.37% | 0.73% | - |
| XYZ | 24.97 | 24.49 | 50.42 | - |
| YUV | 135.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 187 | 0.37 | 0.28 | 0 | 0.27 | 226.09 | 0.34 | 0.6 |
| Hex | 76 | 86 | BB | 25 | 1C | 0 | 1B | E2 | 22 | 3C |
| Octal | 166 | 206 | 273 | 45 | 34 | 0 | 33 | 342 | 42 | 74 |
| Binary | 1110110 | 10000110 | 10111011 | 100101 | 11100 | 0 | 11011 | 11100010 | 100010 | 111100 |
Color Harmonies of #7686BB
Complementary color
Monochromatic Colors of #7686BB
Black with #7686BB
Text Example
Text Example
White with #7686BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686BB; }
p { color: rgb(118,134,187); }
H1.HeaderClassName
{
color: #7686BB;
}
.AnyTagClassName
{
color: #7686BB;
}
</style>
background-color css
<style>
a { background-color: #7686BB; }
a { background-color: rgb(118,134,187); }
div.DivClassName
{
background-color: #7686BB;
}
.BgClassName
{
background-color: #7686BB;
}
</style>
border-color css
<style>
span { border-color: #7686BB; }
span { border-color: rgb(118,134,187); }
td.TdClassName
{
border-color: #7686BB;
}
.TagClassName
{
border-color: #7686BB;
}
</style>