Shades of Polo Blue #759BC6
Tints of Polo Blue #759BC6
RGB
CMYK
RGB Variations
Color information
#759BC6 (or 0x759BC6) is known color: Polo Blue. HEX triplet: 75, 9B and C6. RGB value is (117,155,198). Sum of RGB (Red+Green+Blue) = 117+155+198=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #759BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BC6 is #8A6439. Grayscale: #949494. Windows color (decimal): -9069626 or 13015925. OLE color: 13015925.
HSL color Cylindrical-coordinate representation of color #759BC6: hue angle of 211.85º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759BC6 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 155 | 198 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.22 |
| HSL | 211.85º | 0.42% | 0.62% | - |
| HSV(B) | 211.85º | 0.41% | 0.78% | - |
| XYZ | 29.25 | 31.3 | 57.93 | - |
| YUV | 148.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 198 | 0.41 | 0.22 | 0 | 0.22 | 211.85 | 0.42 | 0.62 |
| Hex | 75 | 9B | C6 | 29 | 16 | 0 | 16 | D4 | 2A | 3E |
| Octal | 165 | 233 | 306 | 51 | 26 | 0 | 26 | 324 | 52 | 76 |
| Binary | 1110101 | 10011011 | 11000110 | 101001 | 10110 | 0 | 10110 | 11010100 | 101010 | 111110 |
Color Harmonies of #759BC6
Complementary color
Monochromatic Colors of #759BC6
Black with #759BC6
Text Example
Text Example
White with #759BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BC6; }
p { color: rgb(117,155,198); }
H1.HeaderClassName
{
color: #759BC6;
}
.AnyTagClassName
{
color: #759BC6;
}
</style>
background-color css
<style>
a { background-color: #759BC6; }
a { background-color: rgb(117,155,198); }
div.DivClassName
{
background-color: #759BC6;
}
.BgClassName
{
background-color: #759BC6;
}
</style>
border-color css
<style>
span { border-color: #759BC6; }
span { border-color: rgb(117,155,198); }
td.TdClassName
{
border-color: #759BC6;
}
.TagClassName
{
border-color: #759BC6;
}
</style>