Shades of Polo Blue #759ECD
Tints of Polo Blue #759ECD
RGB
CMYK
RGB Variations
Color information
#759ECD (or 0x759ECD) is known color: Polo Blue. HEX triplet: 75, 9E and CD. RGB value is (117,158,205). Sum of RGB (Red+Green+Blue) = 117+158+205=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #759ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ECD is #8A6132. Grayscale: #969696. Windows color (decimal): -9068851 or 13475445. OLE color: 13475445.
HSL color Cylindrical-coordinate representation of color #759ECD: hue angle of 212.05º degrees, saturation: 0.47, 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 #759ECD is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 158 | 205 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.20 |
| HSL | 212.05º | 0.47% | 0.63% | - |
| HSV(B) | 212.05º | 0.43% | 0.8% | - |
| XYZ | 30.58 | 32.64 | 62.45 | - |
| YUV | 151.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 205 | 0.43 | 0.23 | 0 | 0.20 | 212.05 | 0.47 | 0.63 |
| Hex | 75 | 9E | CD | 2B | 17 | 0 | 14 | D4 | 2F | 3F |
| Octal | 165 | 236 | 315 | 53 | 27 | 0 | 24 | 324 | 57 | 77 |
| Binary | 1110101 | 10011110 | 11001101 | 101011 | 10111 | 0 | 10100 | 11010100 | 101111 | 111111 |
Color Harmonies of #759ECD
Complementary color
Monochromatic Colors of #759ECD
Black with #759ECD
Text Example
Text Example
White with #759ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759ECD; }
p { color: rgb(117,158,205); }
H1.HeaderClassName
{
color: #759ECD;
}
.AnyTagClassName
{
color: #759ECD;
}
</style>
background-color css
<style>
a { background-color: #759ECD; }
a { background-color: rgb(117,158,205); }
div.DivClassName
{
background-color: #759ECD;
}
.BgClassName
{
background-color: #759ECD;
}
</style>
border-color css
<style>
span { border-color: #759ECD; }
span { border-color: rgb(117,158,205); }
td.TdClassName
{
border-color: #759ECD;
}
.TagClassName
{
border-color: #759ECD;
}
</style>