Shades of Polo Blue #7597CE
Tints of Polo Blue #7597CE
RGB
CMYK
RGB Variations
Color information
#7597CE (or 0x7597CE) is known color: Polo Blue. HEX triplet: 75, 97 and CE. RGB value is (117,151,206). Sum of RGB (Red+Green+Blue) = 117+151+206=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7597CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597CE is #8A6831. Grayscale: #929292. Windows color (decimal): -9070642 or 13539189. OLE color: 13539189.
HSL color Cylindrical-coordinate representation of color #7597CE: hue angle of 217.08º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7597CE is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 151 | 206 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.19 |
| HSL | 217.08º | 0.48% | 0.63% | - |
| HSV(B) | 217.08º | 0.43% | 0.81% | - |
| XYZ | 29.54 | 30.37 | 62.7 | - |
| YUV | 147.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 206 | 0.43 | 0.27 | 0 | 0.19 | 217.08 | 0.48 | 0.63 |
| Hex | 75 | 97 | CE | 2B | 1B | 0 | 13 | D9 | 30 | 3F |
| Octal | 165 | 227 | 316 | 53 | 33 | 0 | 23 | 331 | 60 | 77 |
| Binary | 1110101 | 10010111 | 11001110 | 101011 | 11011 | 0 | 10011 | 11011001 | 110000 | 111111 |
Color Harmonies of #7597CE
Complementary color
Monochromatic Colors of #7597CE
Black with #7597CE
Text Example
Text Example
White with #7597CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7597CE; }
p { color: rgb(117,151,206); }
H1.HeaderClassName
{
color: #7597CE;
}
.AnyTagClassName
{
color: #7597CE;
}
</style>
background-color css
<style>
a { background-color: #7597CE; }
a { background-color: rgb(117,151,206); }
div.DivClassName
{
background-color: #7597CE;
}
.BgClassName
{
background-color: #7597CE;
}
</style>
border-color css
<style>
span { border-color: #7597CE; }
span { border-color: rgb(117,151,206); }
td.TdClassName
{
border-color: #7597CE;
}
.TagClassName
{
border-color: #7597CE;
}
</style>