Shades of Wild Blue Yonder #7496C5
Tints of Wild Blue Yonder #7496C5
RGB
CMYK
RGB Variations
Color information
#7496C5 (or 0x7496C5) is known color: Wild Blue Yonder. HEX triplet: 74, 96 and C5. RGB value is (116,150,197). Sum of RGB (Red+Green+Blue) = 116+150+197=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #7496C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7496C5 is #8B693A. Grayscale: #909090. Windows color (decimal): -9136443 or 12949108. OLE color: 12949108.
HSL color Cylindrical-coordinate representation of color #7496C5: hue angle of 214.81º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7496C5 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 150 | 197 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.23 |
| HSL | 214.81º | 0.41% | 0.61% | - |
| HSV(B) | 214.81º | 0.41% | 0.77% | - |
| XYZ | 28.19 | 29.56 | 57.04 | - |
| YUV | 145.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 197 | 0.41 | 0.24 | 0 | 0.23 | 214.81 | 0.41 | 0.61 |
| Hex | 74 | 96 | C5 | 29 | 18 | 0 | 17 | D7 | 29 | 3D |
| Octal | 164 | 226 | 305 | 51 | 30 | 0 | 27 | 327 | 51 | 75 |
| Binary | 1110100 | 10010110 | 11000101 | 101001 | 11000 | 0 | 10111 | 11010111 | 101001 | 111101 |
Color Harmonies of #7496C5
Complementary color
Monochromatic Colors of #7496C5
Black with #7496C5
Text Example
Text Example
White with #7496C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7496C5; }
p { color: rgb(116,150,197); }
H1.HeaderClassName
{
color: #7496C5;
}
.AnyTagClassName
{
color: #7496C5;
}
</style>
background-color css
<style>
a { background-color: #7496C5; }
a { background-color: rgb(116,150,197); }
div.DivClassName
{
background-color: #7496C5;
}
.BgClassName
{
background-color: #7496C5;
}
</style>
border-color css
<style>
span { border-color: #7496C5; }
span { border-color: rgb(116,150,197); }
td.TdClassName
{
border-color: #7496C5;
}
.TagClassName
{
border-color: #7496C5;
}
</style>