Shades of Polo Blue #7599CC
Tints of Polo Blue #7599CC
RGB
CMYK
RGB Variations
Color information
#7599CC (or 0x7599CC) is known color: Polo Blue. HEX triplet: 75, 99 and CC. RGB value is (117,153,204). Sum of RGB (Red+Green+Blue) = 117+153+204=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #7599CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599CC is #8A6633. Grayscale: #939393. Windows color (decimal): -9070132 or 13408629. OLE color: 13408629.
HSL color Cylindrical-coordinate representation of color #7599CC: hue angle of 215.17º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7599CC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 153 | 204 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.2 |
| HSL | 215.17º | 0.46% | 0.63% | - |
| HSV(B) | 215.17º | 0.43% | 0.8% | - |
| XYZ | 29.63 | 30.92 | 61.53 | - |
| YUV | 148.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 204 | 0.43 | 0.25 | 0 | 0.2 | 215.17 | 0.46 | 0.63 |
| Hex | 75 | 99 | CC | 2B | 19 | 0 | 14 | D7 | 2E | 3F |
| Octal | 165 | 231 | 314 | 53 | 31 | 0 | 24 | 327 | 56 | 77 |
| Binary | 1110101 | 10011001 | 11001100 | 101011 | 11001 | 0 | 10100 | 11010111 | 101110 | 111111 |
Color Harmonies of #7599CC
Complementary color
Monochromatic Colors of #7599CC
Black with #7599CC
Text Example
Text Example
White with #7599CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599CC; }
p { color: rgb(117,153,204); }
H1.HeaderClassName
{
color: #7599CC;
}
.AnyTagClassName
{
color: #7599CC;
}
</style>
background-color css
<style>
a { background-color: #7599CC; }
a { background-color: rgb(117,153,204); }
div.DivClassName
{
background-color: #7599CC;
}
.BgClassName
{
background-color: #7599CC;
}
</style>
border-color css
<style>
span { border-color: #7599CC; }
span { border-color: rgb(117,153,204); }
td.TdClassName
{
border-color: #7599CC;
}
.TagClassName
{
border-color: #7599CC;
}
</style>