Shades of Polo Blue #7696CD
Tints of Polo Blue #7696CD
RGB
CMYK
RGB Variations
Color information
#7696CD (or 0x7696CD) is known color: Polo Blue. HEX triplet: 76, 96 and CD. RGB value is (118,150,205). Sum of RGB (Red+Green+Blue) = 118+150+205=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #7696CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696CD is #896932. Grayscale: #929292. Windows color (decimal): -9005363 or 13473398. OLE color: 13473398.
HSL color Cylindrical-coordinate representation of color #7696CD: hue angle of 217.93º degrees, saturation: 0.47, 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 #7696CD is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 150 | 205 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.20 |
| HSL | 217.93º | 0.47% | 0.63% | - |
| HSV(B) | 217.93º | 0.42% | 0.8% | - |
| XYZ | 29.4 | 30.07 | 62.01 | - |
| YUV | 146.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 205 | 0.42 | 0.27 | 0 | 0.20 | 217.93 | 0.47 | 0.63 |
| Hex | 76 | 96 | CD | 2A | 1B | 0 | 14 | DA | 2F | 3F |
| Octal | 166 | 226 | 315 | 52 | 33 | 0 | 24 | 332 | 57 | 77 |
| Binary | 1110110 | 10010110 | 11001101 | 101010 | 11011 | 0 | 10100 | 11011010 | 101111 | 111111 |
Color Harmonies of #7696CD
Complementary color
Monochromatic Colors of #7696CD
Black with #7696CD
Text Example
Text Example
White with #7696CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696CD; }
p { color: rgb(118,150,205); }
H1.HeaderClassName
{
color: #7696CD;
}
.AnyTagClassName
{
color: #7696CD;
}
</style>
background-color css
<style>
a { background-color: #7696CD; }
a { background-color: rgb(118,150,205); }
div.DivClassName
{
background-color: #7696CD;
}
.BgClassName
{
background-color: #7696CD;
}
</style>
border-color css
<style>
span { border-color: #7696CD; }
span { border-color: rgb(118,150,205); }
td.TdClassName
{
border-color: #7696CD;
}
.TagClassName
{
border-color: #7696CD;
}
</style>