Shades of Polo Blue #759BC8
Tints of Polo Blue #759BC8
RGB
CMYK
RGB Variations
Color information
#759BC8 (or 0x759BC8) is known color: Polo Blue. HEX triplet: 75, 9B and C8. RGB value is (117,155,200). Sum of RGB (Red+Green+Blue) = 117+155+200=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #759BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BC8 is #8A6437. Grayscale: #949494. Windows color (decimal): -9069624 or 13146997. OLE color: 13146997.
HSL color Cylindrical-coordinate representation of color #759BC8: hue angle of 212.53º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #759BC8 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 155 | 200 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.22 |
| HSL | 212.53º | 0.43% | 0.62% | - |
| HSV(B) | 212.53º | 0.42% | 0.78% | - |
| XYZ | 29.48 | 31.39 | 59.15 | - |
| YUV | 148.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 200 | 0.42 | 0.22 | 0 | 0.22 | 212.53 | 0.43 | 0.62 |
| Hex | 75 | 9B | C8 | 2A | 16 | 0 | 16 | D5 | 2B | 3E |
| Octal | 165 | 233 | 310 | 52 | 26 | 0 | 26 | 325 | 53 | 76 |
| Binary | 1110101 | 10011011 | 11001000 | 101010 | 10110 | 0 | 10110 | 11010101 | 101011 | 111110 |
Color Harmonies of #759BC8
Complementary color
Monochromatic Colors of #759BC8
Black with #759BC8
Text Example
Text Example
White with #759BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BC8; }
p { color: rgb(117,155,200); }
H1.HeaderClassName
{
color: #759BC8;
}
.AnyTagClassName
{
color: #759BC8;
}
</style>
background-color css
<style>
a { background-color: #759BC8; }
a { background-color: rgb(117,155,200); }
div.DivClassName
{
background-color: #759BC8;
}
.BgClassName
{
background-color: #759BC8;
}
</style>
border-color css
<style>
span { border-color: #759BC8; }
span { border-color: rgb(117,155,200); }
td.TdClassName
{
border-color: #759BC8;
}
.TagClassName
{
border-color: #759BC8;
}
</style>