Shades of Polo Blue #76A0CA
Tints of Polo Blue #76A0CA
RGB
CMYK
RGB Variations
Color information
#76A0CA (or 0x76A0CA) is known color: Polo Blue. HEX triplet: 76, A0 and CA. RGB value is (118,160,202). Sum of RGB (Red+Green+Blue) = 118+160+202=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #76A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0CA is #895F35. Grayscale: #989898. Windows color (decimal): -9002806 or 13279350. OLE color: 13279350.
HSL color Cylindrical-coordinate representation of color #76A0CA: hue angle of 210º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A0CA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 160 | 202 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.21 |
| HSL | 210º | 0.44% | 0.63% | - |
| HSV(B) | 210º | 0.42% | 0.79% | - |
| XYZ | 30.7 | 33.26 | 60.68 | - |
| YUV | 152.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 202 | 0.42 | 0.21 | 0 | 0.21 | 210 | 0.44 | 0.63 |
| Hex | 76 | A0 | CA | 2A | 15 | 0 | 15 | D2 | 2C | 3F |
| Octal | 166 | 240 | 312 | 52 | 25 | 0 | 25 | 322 | 54 | 77 |
| Binary | 1110110 | 10100000 | 11001010 | 101010 | 10101 | 0 | 10101 | 11010010 | 101100 | 111111 |
Color Harmonies of #76A0CA
Complementary color
Monochromatic Colors of #76A0CA
Black with #76A0CA
Text Example
Text Example
White with #76A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A0CA; }
p { color: rgb(118,160,202); }
H1.HeaderClassName
{
color: #76A0CA;
}
.AnyTagClassName
{
color: #76A0CA;
}
</style>
background-color css
<style>
a { background-color: #76A0CA; }
a { background-color: rgb(118,160,202); }
div.DivClassName
{
background-color: #76A0CA;
}
.BgClassName
{
background-color: #76A0CA;
}
</style>
border-color css
<style>
span { border-color: #76A0CA; }
span { border-color: rgb(118,160,202); }
td.TdClassName
{
border-color: #76A0CA;
}
.TagClassName
{
border-color: #76A0CA;
}
</style>