Shades of Wild Blue Yonder #7696C1
Tints of Wild Blue Yonder #7696C1
RGB
CMYK
RGB Variations
Color information
#7696C1 (or 0x7696C1) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and C1. RGB value is (118,150,193). Sum of RGB (Red+Green+Blue) = 118+150+193=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #7696C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696C1 is #89693E. Grayscale: #919191. Windows color (decimal): -9005375 or 12686966. OLE color: 12686966.
HSL color Cylindrical-coordinate representation of color #7696C1: hue angle of 214.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7696C1 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 150 | 193 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.24 |
| HSL | 214.4º | 0.38% | 0.61% | - |
| HSV(B) | 214.4º | 0.39% | 0.76% | - |
| XYZ | 28 | 29.51 | 54.67 | - |
| YUV | 145.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 193 | 0.39 | 0.22 | 0 | 0.24 | 214.4 | 0.38 | 0.61 |
| Hex | 76 | 96 | C1 | 27 | 16 | 0 | 18 | D6 | 26 | 3D |
| Octal | 166 | 226 | 301 | 47 | 26 | 0 | 30 | 326 | 46 | 75 |
| Binary | 1110110 | 10010110 | 11000001 | 100111 | 10110 | 0 | 11000 | 11010110 | 100110 | 111101 |
Color Harmonies of #7696C1
Complementary color
Monochromatic Colors of #7696C1
Black with #7696C1
Text Example
Text Example
White with #7696C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696C1; }
p { color: rgb(118,150,193); }
H1.HeaderClassName
{
color: #7696C1;
}
.AnyTagClassName
{
color: #7696C1;
}
</style>
background-color css
<style>
a { background-color: #7696C1; }
a { background-color: rgb(118,150,193); }
div.DivClassName
{
background-color: #7696C1;
}
.BgClassName
{
background-color: #7696C1;
}
</style>
border-color css
<style>
span { border-color: #7696C1; }
span { border-color: rgb(118,150,193); }
td.TdClassName
{
border-color: #7696C1;
}
.TagClassName
{
border-color: #7696C1;
}
</style>