Shades of Polo Blue #759EC4
Tints of Polo Blue #759EC4
RGB
CMYK
RGB Variations
Color information
#759EC4 (or 0x759EC4) is known color: Polo Blue. HEX triplet: 75, 9E and C4. RGB value is (117,158,196). Sum of RGB (Red+Green+Blue) = 117+158+196=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #759EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EC4 is #8A613B. Grayscale: #959595. Windows color (decimal): -9068860 or 12885621. OLE color: 12885621.
HSL color Cylindrical-coordinate representation of color #759EC4: hue angle of 208.86º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759EC4 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 158 | 196 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.23 |
| HSL | 208.86º | 0.4% | 0.61% | - |
| HSV(B) | 208.86º | 0.4% | 0.77% | - |
| XYZ | 29.53 | 32.22 | 56.89 | - |
| YUV | 150.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 196 | 0.40 | 0.19 | 0 | 0.23 | 208.86 | 0.4 | 0.61 |
| Hex | 75 | 9E | C4 | 28 | 13 | 0 | 17 | D1 | 28 | 3D |
| Octal | 165 | 236 | 304 | 50 | 23 | 0 | 27 | 321 | 50 | 75 |
| Binary | 1110101 | 10011110 | 11000100 | 101000 | 10011 | 0 | 10111 | 11010001 | 101000 | 111101 |
Color Harmonies of #759EC4
Complementary color
Monochromatic Colors of #759EC4
Black with #759EC4
Text Example
Text Example
White with #759EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EC4; }
p { color: rgb(117,158,196); }
H1.HeaderClassName
{
color: #759EC4;
}
.AnyTagClassName
{
color: #759EC4;
}
</style>
background-color css
<style>
a { background-color: #759EC4; }
a { background-color: rgb(117,158,196); }
div.DivClassName
{
background-color: #759EC4;
}
.BgClassName
{
background-color: #759EC4;
}
</style>
border-color css
<style>
span { border-color: #759EC4; }
span { border-color: rgb(117,158,196); }
td.TdClassName
{
border-color: #759EC4;
}
.TagClassName
{
border-color: #759EC4;
}
</style>