Shades of Wild Blue Yonder #7696BD
Tints of Wild Blue Yonder #7696BD
RGB
CMYK
RGB Variations
Color information
#7696BD (or 0x7696BD) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and BD. RGB value is (118,150,189). Sum of RGB (Red+Green+Blue) = 118+150+189=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #7696BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696BD is #896942. Grayscale: #909090. Windows color (decimal): -9005379 or 12424822. OLE color: 12424822.
HSL color Cylindrical-coordinate representation of color #7696BD: hue angle of 212.96º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7696BD is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 150 | 189 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.26 |
| HSL | 212.96º | 0.35% | 0.6% | - |
| HSV(B) | 212.96º | 0.38% | 0.74% | - |
| XYZ | 27.56 | 29.34 | 52.35 | - |
| YUV | 144.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 189 | 0.38 | 0.21 | 0 | 0.26 | 212.96 | 0.35 | 0.6 |
| Hex | 76 | 96 | BD | 26 | 15 | 0 | 1A | D5 | 23 | 3C |
| Octal | 166 | 226 | 275 | 46 | 25 | 0 | 32 | 325 | 43 | 74 |
| Binary | 1110110 | 10010110 | 10111101 | 100110 | 10101 | 0 | 11010 | 11010101 | 100011 | 111100 |
Color Harmonies of #7696BD
Complementary color
Monochromatic Colors of #7696BD
Black with #7696BD
Text Example
Text Example
White with #7696BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696BD; }
p { color: rgb(118,150,189); }
H1.HeaderClassName
{
color: #7696BD;
}
.AnyTagClassName
{
color: #7696BD;
}
</style>
background-color css
<style>
a { background-color: #7696BD; }
a { background-color: rgb(118,150,189); }
div.DivClassName
{
background-color: #7696BD;
}
.BgClassName
{
background-color: #7696BD;
}
</style>
border-color css
<style>
span { border-color: #7696BD; }
span { border-color: rgb(118,150,189); }
td.TdClassName
{
border-color: #7696BD;
}
.TagClassName
{
border-color: #7696BD;
}
</style>