Shades of Wild Blue Yonder #7696C4
Tints of Wild Blue Yonder #7696C4
RGB
CMYK
RGB Variations
Color information
#7696C4 (or 0x7696C4) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and C4. RGB value is (118,150,196). Sum of RGB (Red+Green+Blue) = 118+150+196=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #7696C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696C4 is #89693B. Grayscale: #919191. Windows color (decimal): -9005372 or 12883574. OLE color: 12883574.
HSL color Cylindrical-coordinate representation of color #7696C4: hue angle of 215.38º degrees, saturation: 0.4, 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 #7696C4 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 150 | 196 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.23 |
| HSL | 215.38º | 0.4% | 0.62% | - |
| HSV(B) | 215.38º | 0.4% | 0.77% | - |
| XYZ | 28.34 | 29.65 | 56.45 | - |
| YUV | 145.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 196 | 0.40 | 0.23 | 0 | 0.23 | 215.38 | 0.4 | 0.62 |
| Hex | 76 | 96 | C4 | 28 | 17 | 0 | 17 | D7 | 28 | 3E |
| Octal | 166 | 226 | 304 | 50 | 27 | 0 | 27 | 327 | 50 | 76 |
| Binary | 1110110 | 10010110 | 11000100 | 101000 | 10111 | 0 | 10111 | 11010111 | 101000 | 111110 |
Color Harmonies of #7696C4
Complementary color
Monochromatic Colors of #7696C4
Black with #7696C4
Text Example
Text Example
White with #7696C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696C4; }
p { color: rgb(118,150,196); }
H1.HeaderClassName
{
color: #7696C4;
}
.AnyTagClassName
{
color: #7696C4;
}
</style>
background-color css
<style>
a { background-color: #7696C4; }
a { background-color: rgb(118,150,196); }
div.DivClassName
{
background-color: #7696C4;
}
.BgClassName
{
background-color: #7696C4;
}
</style>
border-color css
<style>
span { border-color: #7696C4; }
span { border-color: rgb(118,150,196); }
td.TdClassName
{
border-color: #7696C4;
}
.TagClassName
{
border-color: #7696C4;
}
</style>