Shades of Polo Blue #759ECC
Tints of Polo Blue #759ECC
RGB
CMYK
RGB Variations
Color information
#759ECC (or 0x759ECC) is known color: Polo Blue. HEX triplet: 75, 9E and CC. RGB value is (117,158,204). Sum of RGB (Red+Green+Blue) = 117+158+204=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #759ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ECC is #8A6133. Grayscale: #969696. Windows color (decimal): -9068852 or 13409909. OLE color: 13409909.
HSL color Cylindrical-coordinate representation of color #759ECC: hue angle of 211.72º 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 #759ECC is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 158 | 204 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.2 |
| HSL | 211.72º | 0.46% | 0.63% | - |
| HSV(B) | 211.72º | 0.43% | 0.8% | - |
| XYZ | 30.46 | 32.6 | 61.81 | - |
| YUV | 150.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 204 | 0.43 | 0.23 | 0 | 0.2 | 211.72 | 0.46 | 0.63 |
| Hex | 75 | 9E | CC | 2B | 17 | 0 | 14 | D4 | 2E | 3F |
| Octal | 165 | 236 | 314 | 53 | 27 | 0 | 24 | 324 | 56 | 77 |
| Binary | 1110101 | 10011110 | 11001100 | 101011 | 10111 | 0 | 10100 | 11010100 | 101110 | 111111 |
Color Harmonies of #759ECC
Complementary color
Monochromatic Colors of #759ECC
Black with #759ECC
Text Example
Text Example
White with #759ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759ECC; }
p { color: rgb(117,158,204); }
H1.HeaderClassName
{
color: #759ECC;
}
.AnyTagClassName
{
color: #759ECC;
}
</style>
background-color css
<style>
a { background-color: #759ECC; }
a { background-color: rgb(117,158,204); }
div.DivClassName
{
background-color: #759ECC;
}
.BgClassName
{
background-color: #759ECC;
}
</style>
border-color css
<style>
span { border-color: #759ECC; }
span { border-color: rgb(117,158,204); }
td.TdClassName
{
border-color: #759ECC;
}
.TagClassName
{
border-color: #759ECC;
}
</style>