Shades of Polo Blue #7599CA
Tints of Polo Blue #7599CA
RGB
CMYK
RGB Variations
Color information
#7599CA (or 0x7599CA) is known color: Polo Blue. HEX triplet: 75, 99 and CA. RGB value is (117,153,202). Sum of RGB (Red+Green+Blue) = 117+153+202=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #7599CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599CA is #8A6635. Grayscale: #939393. Windows color (decimal): -9070134 or 13277557. OLE color: 13277557.
HSL color Cylindrical-coordinate representation of color #7599CA: hue angle of 214.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7599CA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 153 | 202 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.21 |
| HSL | 214.59º | 0.45% | 0.63% | - |
| HSV(B) | 214.59º | 0.42% | 0.79% | - |
| XYZ | 29.39 | 30.83 | 60.28 | - |
| YUV | 147.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 202 | 0.42 | 0.24 | 0 | 0.21 | 214.59 | 0.45 | 0.63 |
| Hex | 75 | 99 | CA | 2A | 18 | 0 | 15 | D7 | 2D | 3F |
| Octal | 165 | 231 | 312 | 52 | 30 | 0 | 25 | 327 | 55 | 77 |
| Binary | 1110101 | 10011001 | 11001010 | 101010 | 11000 | 0 | 10101 | 11010111 | 101101 | 111111 |
Color Harmonies of #7599CA
Complementary color
Monochromatic Colors of #7599CA
Black with #7599CA
Text Example
Text Example
White with #7599CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599CA; }
p { color: rgb(117,153,202); }
H1.HeaderClassName
{
color: #7599CA;
}
.AnyTagClassName
{
color: #7599CA;
}
</style>
background-color css
<style>
a { background-color: #7599CA; }
a { background-color: rgb(117,153,202); }
div.DivClassName
{
background-color: #7599CA;
}
.BgClassName
{
background-color: #7599CA;
}
</style>
border-color css
<style>
span { border-color: #7599CA; }
span { border-color: rgb(117,153,202); }
td.TdClassName
{
border-color: #7599CA;
}
.TagClassName
{
border-color: #7599CA;
}
</style>