Shades of Polo Blue #759AC2
Tints of Polo Blue #759AC2
RGB
CMYK
RGB Variations
Color information
#759AC2 (or 0x759AC2) is known color: Polo Blue. HEX triplet: 75, 9A and C2. RGB value is (117,154,194). Sum of RGB (Red+Green+Blue) = 117+154+194=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #759AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AC2 is #8A653D. Grayscale: #939393. Windows color (decimal): -9069886 or 12753525. OLE color: 12753525.
HSL color Cylindrical-coordinate representation of color #759AC2: hue angle of 211.17º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759AC2 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 154 | 194 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.24 |
| HSL | 211.17º | 0.39% | 0.61% | - |
| HSV(B) | 211.17º | 0.4% | 0.76% | - |
| XYZ | 28.63 | 30.79 | 55.47 | - |
| YUV | 147.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 194 | 0.40 | 0.21 | 0 | 0.24 | 211.17 | 0.39 | 0.61 |
| Hex | 75 | 9A | C2 | 28 | 15 | 0 | 18 | D3 | 27 | 3D |
| Octal | 165 | 232 | 302 | 50 | 25 | 0 | 30 | 323 | 47 | 75 |
| Binary | 1110101 | 10011010 | 11000010 | 101000 | 10101 | 0 | 11000 | 11010011 | 100111 | 111101 |
Color Harmonies of #759AC2
Complementary color
Monochromatic Colors of #759AC2
Black with #759AC2
Text Example
Text Example
White with #759AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759AC2; }
p { color: rgb(117,154,194); }
H1.HeaderClassName
{
color: #759AC2;
}
.AnyTagClassName
{
color: #759AC2;
}
</style>
background-color css
<style>
a { background-color: #759AC2; }
a { background-color: rgb(117,154,194); }
div.DivClassName
{
background-color: #759AC2;
}
.BgClassName
{
background-color: #759AC2;
}
</style>
border-color css
<style>
span { border-color: #759AC2; }
span { border-color: rgb(117,154,194); }
td.TdClassName
{
border-color: #759AC2;
}
.TagClassName
{
border-color: #759AC2;
}
</style>