Shades of Polo Blue #759CCC
Tints of Polo Blue #759CCC
RGB
CMYK
RGB Variations
Color information
#759CCC (or 0x759CCC) is known color: Polo Blue. HEX triplet: 75, 9C and CC. RGB value is (117,156,204). Sum of RGB (Red+Green+Blue) = 117+156+204=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #759CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CCC is #8A6333. Grayscale: #959595. Windows color (decimal): -9069364 or 13409397. OLE color: 13409397.
HSL color Cylindrical-coordinate representation of color #759CCC: hue angle of 213.1º 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 #759CCC is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 156 | 204 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.2 |
| HSL | 213.1º | 0.46% | 0.63% | - |
| HSV(B) | 213.1º | 0.43% | 0.8% | - |
| XYZ | 30.12 | 31.92 | 61.7 | - |
| YUV | 149.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 204 | 0.43 | 0.24 | 0 | 0.2 | 213.1 | 0.46 | 0.63 |
| Hex | 75 | 9C | CC | 2B | 18 | 0 | 14 | D5 | 2E | 3F |
| Octal | 165 | 234 | 314 | 53 | 30 | 0 | 24 | 325 | 56 | 77 |
| Binary | 1110101 | 10011100 | 11001100 | 101011 | 11000 | 0 | 10100 | 11010101 | 101110 | 111111 |
Color Harmonies of #759CCC
Complementary color
Monochromatic Colors of #759CCC
Black with #759CCC
Text Example
Text Example
White with #759CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CCC; }
p { color: rgb(117,156,204); }
H1.HeaderClassName
{
color: #759CCC;
}
.AnyTagClassName
{
color: #759CCC;
}
</style>
background-color css
<style>
a { background-color: #759CCC; }
a { background-color: rgb(117,156,204); }
div.DivClassName
{
background-color: #759CCC;
}
.BgClassName
{
background-color: #759CCC;
}
</style>
border-color css
<style>
span { border-color: #759CCC; }
span { border-color: rgb(117,156,204); }
td.TdClassName
{
border-color: #759CCC;
}
.TagClassName
{
border-color: #759CCC;
}
</style>