Shades of Wild Blue Yonder #7696BB
Tints of Wild Blue Yonder #7696BB
RGB
CMYK
RGB Variations
Color information
#7696BB (or 0x7696BB) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and BB. RGB value is (118,150,187). Sum of RGB (Red+Green+Blue) = 118+150+187=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #7696BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696BB is #896944. Grayscale: #909090. Windows color (decimal): -9005381 or 12293750. OLE color: 12293750.
HSL color Cylindrical-coordinate representation of color #7696BB: hue angle of 212.17º 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 #7696BB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 150 | 187 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.27 |
| HSL | 212.17º | 0.34% | 0.6% | - |
| HSV(B) | 212.17º | 0.37% | 0.73% | - |
| XYZ | 27.35 | 29.25 | 51.22 | - |
| YUV | 144.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 187 | 0.37 | 0.20 | 0 | 0.27 | 212.17 | 0.34 | 0.6 |
| Hex | 76 | 96 | BB | 25 | 14 | 0 | 1B | D4 | 22 | 3C |
| Octal | 166 | 226 | 273 | 45 | 24 | 0 | 33 | 324 | 42 | 74 |
| Binary | 1110110 | 10010110 | 10111011 | 100101 | 10100 | 0 | 11011 | 11010100 | 100010 | 111100 |
Color Harmonies of #7696BB
Complementary color
Monochromatic Colors of #7696BB
Black with #7696BB
Text Example
Text Example
White with #7696BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696BB; }
p { color: rgb(118,150,187); }
H1.HeaderClassName
{
color: #7696BB;
}
.AnyTagClassName
{
color: #7696BB;
}
</style>
background-color css
<style>
a { background-color: #7696BB; }
a { background-color: rgb(118,150,187); }
div.DivClassName
{
background-color: #7696BB;
}
.BgClassName
{
background-color: #7696BB;
}
</style>
border-color css
<style>
span { border-color: #7696BB; }
span { border-color: rgb(118,150,187); }
td.TdClassName
{
border-color: #7696BB;
}
.TagClassName
{
border-color: #7696BB;
}
</style>