Shades of Wild Blue Yonder #7696C5
Tints of Wild Blue Yonder #7696C5
RGB
CMYK
RGB Variations
Color information
#7696C5 (or 0x7696C5) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and C5. RGB value is (118,150,197). Sum of RGB (Red+Green+Blue) = 118+150+197=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #7696C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696C5 is #89693A. Grayscale: #919191. Windows color (decimal): -9005371 or 12949110. OLE color: 12949110.
HSL color Cylindrical-coordinate representation of color #7696C5: hue angle of 215.7º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7696C5 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 150 | 197 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.23 |
| HSL | 215.7º | 0.41% | 0.62% | - |
| HSV(B) | 215.7º | 0.4% | 0.77% | - |
| XYZ | 28.46 | 29.7 | 57.06 | - |
| YUV | 145.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 197 | 0.40 | 0.24 | 0 | 0.23 | 215.7 | 0.41 | 0.62 |
| Hex | 76 | 96 | C5 | 28 | 18 | 0 | 17 | D8 | 29 | 3E |
| Octal | 166 | 226 | 305 | 50 | 30 | 0 | 27 | 330 | 51 | 76 |
| Binary | 1110110 | 10010110 | 11000101 | 101000 | 11000 | 0 | 10111 | 11011000 | 101001 | 111110 |
Color Harmonies of #7696C5
Complementary color
Monochromatic Colors of #7696C5
Black with #7696C5
Text Example
Text Example
White with #7696C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696C5; }
p { color: rgb(118,150,197); }
H1.HeaderClassName
{
color: #7696C5;
}
.AnyTagClassName
{
color: #7696C5;
}
</style>
background-color css
<style>
a { background-color: #7696C5; }
a { background-color: rgb(118,150,197); }
div.DivClassName
{
background-color: #7696C5;
}
.BgClassName
{
background-color: #7696C5;
}
</style>
border-color css
<style>
span { border-color: #7696C5; }
span { border-color: rgb(118,150,197); }
td.TdClassName
{
border-color: #7696C5;
}
.TagClassName
{
border-color: #7696C5;
}
</style>