Shades of Polo Blue #759DC5
Tints of Polo Blue #759DC5
RGB
CMYK
RGB Variations
Color information
#759DC5 (or 0x759DC5) is known color: Polo Blue. HEX triplet: 75, 9D and C5. RGB value is (117,157,197). Sum of RGB (Red+Green+Blue) = 117+157+197=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #759DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DC5 is #8A623A. Grayscale: #959595. Windows color (decimal): -9069115 or 12950901. OLE color: 12950901.
HSL color Cylindrical-coordinate representation of color #759DC5: hue angle of 210º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759DC5 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 157 | 197 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.23 |
| HSL | 210º | 0.41% | 0.62% | - |
| HSV(B) | 210º | 0.41% | 0.77% | - |
| XYZ | 29.47 | 31.93 | 57.43 | - |
| YUV | 149.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 197 | 0.41 | 0.20 | 0 | 0.23 | 210 | 0.41 | 0.62 |
| Hex | 75 | 9D | C5 | 29 | 14 | 0 | 17 | D2 | 29 | 3E |
| Octal | 165 | 235 | 305 | 51 | 24 | 0 | 27 | 322 | 51 | 76 |
| Binary | 1110101 | 10011101 | 11000101 | 101001 | 10100 | 0 | 10111 | 11010010 | 101001 | 111110 |
Color Harmonies of #759DC5
Complementary color
Monochromatic Colors of #759DC5
Black with #759DC5
Text Example
Text Example
White with #759DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DC5; }
p { color: rgb(117,157,197); }
H1.HeaderClassName
{
color: #759DC5;
}
.AnyTagClassName
{
color: #759DC5;
}
</style>
background-color css
<style>
a { background-color: #759DC5; }
a { background-color: rgb(117,157,197); }
div.DivClassName
{
background-color: #759DC5;
}
.BgClassName
{
background-color: #759DC5;
}
</style>
border-color css
<style>
span { border-color: #759DC5; }
span { border-color: rgb(117,157,197); }
td.TdClassName
{
border-color: #759DC5;
}
.TagClassName
{
border-color: #759DC5;
}
</style>