Shades of Wild Blue Yonder #7596CB
Tints of Wild Blue Yonder #7596CB
RGB
CMYK
RGB Variations
Color information
#7596CB (or 0x7596CB) is known color: Wild Blue Yonder. HEX triplet: 75, 96 and CB. RGB value is (117,150,203). Sum of RGB (Red+Green+Blue) = 117+150+203=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #7596CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596CB is #8A6934. Grayscale: #919191. Windows color (decimal): -9070901 or 13342325. OLE color: 13342325.
HSL color Cylindrical-coordinate representation of color #7596CB: hue angle of 216.98º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7596CB is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 150 | 203 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.20 |
| HSL | 216.98º | 0.45% | 0.63% | - |
| HSV(B) | 216.98º | 0.42% | 0.8% | - |
| XYZ | 29.02 | 29.91 | 60.74 | - |
| YUV | 146.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 150 | 203 | 0.42 | 0.26 | 0 | 0.20 | 216.98 | 0.45 | 0.63 |
| Hex | 75 | 96 | CB | 2A | 1A | 0 | 14 | D9 | 2D | 3F |
| Octal | 165 | 226 | 313 | 52 | 32 | 0 | 24 | 331 | 55 | 77 |
| Binary | 1110101 | 10010110 | 11001011 | 101010 | 11010 | 0 | 10100 | 11011001 | 101101 | 111111 |
Color Harmonies of #7596CB
Complementary color
Monochromatic Colors of #7596CB
Black with #7596CB
Text Example
Text Example
White with #7596CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7596CB; }
p { color: rgb(117,150,203); }
H1.HeaderClassName
{
color: #7596CB;
}
.AnyTagClassName
{
color: #7596CB;
}
</style>
background-color css
<style>
a { background-color: #7596CB; }
a { background-color: rgb(117,150,203); }
div.DivClassName
{
background-color: #7596CB;
}
.BgClassName
{
background-color: #7596CB;
}
</style>
border-color css
<style>
span { border-color: #7596CB; }
span { border-color: rgb(117,150,203); }
td.TdClassName
{
border-color: #7596CB;
}
.TagClassName
{
border-color: #7596CB;
}
</style>