Shades of Polo Blue #7598CE
Tints of Polo Blue #7598CE
RGB
CMYK
RGB Variations
Color information
#7598CE (or 0x7598CE) is known color: Polo Blue. HEX triplet: 75, 98 and CE. RGB value is (117,152,206). Sum of RGB (Red+Green+Blue) = 117+152+206=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #7598CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598CE is #8A6731. Grayscale: #939393. Windows color (decimal): -9070386 or 13539445. OLE color: 13539445.
HSL color Cylindrical-coordinate representation of color #7598CE: hue angle of 216.4º 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 #7598CE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 152 | 206 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.19 |
| HSL | 216.4º | 0.48% | 0.63% | - |
| HSV(B) | 216.4º | 0.43% | 0.81% | - |
| XYZ | 29.7 | 30.69 | 62.75 | - |
| YUV | 147.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 206 | 0.43 | 0.26 | 0 | 0.19 | 216.4 | 0.48 | 0.63 |
| Hex | 75 | 98 | CE | 2B | 1A | 0 | 13 | D8 | 30 | 3F |
| Octal | 165 | 230 | 316 | 53 | 32 | 0 | 23 | 330 | 60 | 77 |
| Binary | 1110101 | 10011000 | 11001110 | 101011 | 11010 | 0 | 10011 | 11011000 | 110000 | 111111 |
Color Harmonies of #7598CE
Complementary color
Monochromatic Colors of #7598CE
Black with #7598CE
Text Example
Text Example
White with #7598CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598CE; }
p { color: rgb(117,152,206); }
H1.HeaderClassName
{
color: #7598CE;
}
.AnyTagClassName
{
color: #7598CE;
}
</style>
background-color css
<style>
a { background-color: #7598CE; }
a { background-color: rgb(117,152,206); }
div.DivClassName
{
background-color: #7598CE;
}
.BgClassName
{
background-color: #7598CE;
}
</style>
border-color css
<style>
span { border-color: #7598CE; }
span { border-color: rgb(117,152,206); }
td.TdClassName
{
border-color: #7598CE;
}
.TagClassName
{
border-color: #7598CE;
}
</style>