Shades of Polo Blue #7598CB
Tints of Polo Blue #7598CB
RGB
CMYK
RGB Variations
Color information
#7598CB (or 0x7598CB) is known color: Polo Blue. HEX triplet: 75, 98 and CB. RGB value is (117,152,203). Sum of RGB (Red+Green+Blue) = 117+152+203=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #7598CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598CB is #8A6734. Grayscale: #939393. Windows color (decimal): -9070389 or 13342837. OLE color: 13342837.
HSL color Cylindrical-coordinate representation of color #7598CB: hue angle of 215.58º 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 #7598CB is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 152 | 203 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.20 |
| HSL | 215.58º | 0.45% | 0.63% | - |
| HSV(B) | 215.58º | 0.42% | 0.8% | - |
| XYZ | 29.34 | 30.55 | 60.85 | - |
| YUV | 147.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 203 | 0.42 | 0.25 | 0 | 0.20 | 215.58 | 0.45 | 0.63 |
| Hex | 75 | 98 | CB | 2A | 19 | 0 | 14 | D8 | 2D | 3F |
| Octal | 165 | 230 | 313 | 52 | 31 | 0 | 24 | 330 | 55 | 77 |
| Binary | 1110101 | 10011000 | 11001011 | 101010 | 11001 | 0 | 10100 | 11011000 | 101101 | 111111 |
Color Harmonies of #7598CB
Complementary color
Monochromatic Colors of #7598CB
Black with #7598CB
Text Example
Text Example
White with #7598CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598CB; }
p { color: rgb(117,152,203); }
H1.HeaderClassName
{
color: #7598CB;
}
.AnyTagClassName
{
color: #7598CB;
}
</style>
background-color css
<style>
a { background-color: #7598CB; }
a { background-color: rgb(117,152,203); }
div.DivClassName
{
background-color: #7598CB;
}
.BgClassName
{
background-color: #7598CB;
}
</style>
border-color css
<style>
span { border-color: #7598CB; }
span { border-color: rgb(117,152,203); }
td.TdClassName
{
border-color: #7598CB;
}
.TagClassName
{
border-color: #7598CB;
}
</style>