Shades of Polo Blue #76A1C8
Tints of Polo Blue #76A1C8
RGB
CMYK
RGB Variations
Color information
#76A1C8 (or 0x76A1C8) is known color: Polo Blue. HEX triplet: 76, A1 and C8. RGB value is (118,161,200). Sum of RGB (Red+Green+Blue) = 118+161+200=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #76A1C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1C8 is #895E37. Grayscale: #989898. Windows color (decimal): -9002552 or 13148534. OLE color: 13148534.
HSL color Cylindrical-coordinate representation of color #76A1C8: hue angle of 208.54º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76A1C8 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 161 | 200 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.22 |
| HSL | 208.54º | 0.43% | 0.62% | - |
| HSV(B) | 208.54º | 0.41% | 0.78% | - |
| XYZ | 30.64 | 33.51 | 59.5 | - |
| YUV | 152.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 200 | 0.41 | 0.19 | 0 | 0.22 | 208.54 | 0.43 | 0.62 |
| Hex | 76 | A1 | C8 | 29 | 13 | 0 | 16 | D1 | 2B | 3E |
| Octal | 166 | 241 | 310 | 51 | 23 | 0 | 26 | 321 | 53 | 76 |
| Binary | 1110110 | 10100001 | 11001000 | 101001 | 10011 | 0 | 10110 | 11010001 | 101011 | 111110 |
Color Harmonies of #76A1C8
Complementary color
Monochromatic Colors of #76A1C8
Black with #76A1C8
Text Example
Text Example
White with #76A1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A1C8; }
p { color: rgb(118,161,200); }
H1.HeaderClassName
{
color: #76A1C8;
}
.AnyTagClassName
{
color: #76A1C8;
}
</style>
background-color css
<style>
a { background-color: #76A1C8; }
a { background-color: rgb(118,161,200); }
div.DivClassName
{
background-color: #76A1C8;
}
.BgClassName
{
background-color: #76A1C8;
}
</style>
border-color css
<style>
span { border-color: #76A1C8; }
span { border-color: rgb(118,161,200); }
td.TdClassName
{
border-color: #76A1C8;
}
.TagClassName
{
border-color: #76A1C8;
}
</style>