Shades of Polo Blue #759BC5
Tints of Polo Blue #759BC5
RGB
CMYK
RGB Variations
Color information
#759BC5 (or 0x759BC5) is known color: Polo Blue. HEX triplet: 75, 9B and C5. RGB value is (117,155,197). Sum of RGB (Red+Green+Blue) = 117+155+197=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #759BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BC5 is #8A643A. Grayscale: #949494. Windows color (decimal): -9069627 or 12950389. OLE color: 12950389.
HSL color Cylindrical-coordinate representation of color #759BC5: hue angle of 211.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759BC5 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 155 | 197 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.23 |
| HSL | 211.5º | 0.41% | 0.62% | - |
| HSV(B) | 211.5º | 0.41% | 0.77% | - |
| XYZ | 29.14 | 31.26 | 57.32 | - |
| YUV | 148.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 197 | 0.41 | 0.21 | 0 | 0.23 | 211.5 | 0.41 | 0.62 |
| Hex | 75 | 9B | C5 | 29 | 15 | 0 | 17 | D4 | 29 | 3E |
| Octal | 165 | 233 | 305 | 51 | 25 | 0 | 27 | 324 | 51 | 76 |
| Binary | 1110101 | 10011011 | 11000101 | 101001 | 10101 | 0 | 10111 | 11010100 | 101001 | 111110 |
Color Harmonies of #759BC5
Complementary color
Monochromatic Colors of #759BC5
Black with #759BC5
Text Example
Text Example
White with #759BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BC5; }
p { color: rgb(117,155,197); }
H1.HeaderClassName
{
color: #759BC5;
}
.AnyTagClassName
{
color: #759BC5;
}
</style>
background-color css
<style>
a { background-color: #759BC5; }
a { background-color: rgb(117,155,197); }
div.DivClassName
{
background-color: #759BC5;
}
.BgClassName
{
background-color: #759BC5;
}
</style>
border-color css
<style>
span { border-color: #759BC5; }
span { border-color: rgb(117,155,197); }
td.TdClassName
{
border-color: #759BC5;
}
.TagClassName
{
border-color: #759BC5;
}
</style>