Shades of Polo Blue #759CC9
Tints of Polo Blue #759CC9
RGB
CMYK
RGB Variations
Color information
#759CC9 (or 0x759CC9) is known color: Polo Blue. HEX triplet: 75, 9C and C9. RGB value is (117,156,201). Sum of RGB (Red+Green+Blue) = 117+156+201=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #759CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC9 is #8A6336. Grayscale: #959595. Windows color (decimal): -9069367 or 13212789. OLE color: 13212789.
HSL color Cylindrical-coordinate representation of color #759CC9: hue angle of 212.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #759CC9 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 156 | 201 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.21 |
| HSL | 212.14º | 0.44% | 0.62% | - |
| HSV(B) | 212.14º | 0.42% | 0.79% | - |
| XYZ | 29.77 | 31.78 | 59.82 | - |
| YUV | 149.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 201 | 0.42 | 0.22 | 0 | 0.21 | 212.14 | 0.44 | 0.62 |
| Hex | 75 | 9C | C9 | 2A | 16 | 0 | 15 | D4 | 2C | 3E |
| Octal | 165 | 234 | 311 | 52 | 26 | 0 | 25 | 324 | 54 | 76 |
| Binary | 1110101 | 10011100 | 11001001 | 101010 | 10110 | 0 | 10101 | 11010100 | 101100 | 111110 |
Color Harmonies of #759CC9
Complementary color
Monochromatic Colors of #759CC9
Black with #759CC9
Text Example
Text Example
White with #759CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CC9; }
p { color: rgb(117,156,201); }
H1.HeaderClassName
{
color: #759CC9;
}
.AnyTagClassName
{
color: #759CC9;
}
</style>
background-color css
<style>
a { background-color: #759CC9; }
a { background-color: rgb(117,156,201); }
div.DivClassName
{
background-color: #759CC9;
}
.BgClassName
{
background-color: #759CC9;
}
</style>
border-color css
<style>
span { border-color: #759CC9; }
span { border-color: rgb(117,156,201); }
td.TdClassName
{
border-color: #759CC9;
}
.TagClassName
{
border-color: #759CC9;
}
</style>