Shades of Polo Blue #76A3C8
Tints of Polo Blue #76A3C8
RGB
CMYK
RGB Variations
Color information
#76A3C8 (or 0x76A3C8) is known color: Polo Blue. HEX triplet: 76, A3 and C8. RGB value is (118,163,200). Sum of RGB (Red+Green+Blue) = 118+163+200=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #76A3C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3C8 is #895C37. Grayscale: #999999. Windows color (decimal): -9002040 or 13149046. OLE color: 13149046.
HSL color Cylindrical-coordinate representation of color #76A3C8: hue angle of 207.07º 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 #76A3C8 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 163 | 200 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.22 |
| HSL | 207.07º | 0.43% | 0.62% | - |
| HSV(B) | 207.07º | 0.41% | 0.78% | - |
| XYZ | 30.99 | 34.22 | 59.61 | - |
| YUV | 153.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 200 | 0.41 | 0.18 | 0 | 0.22 | 207.07 | 0.43 | 0.62 |
| Hex | 76 | A3 | C8 | 29 | 12 | 0 | 16 | CF | 2B | 3E |
| Octal | 166 | 243 | 310 | 51 | 22 | 0 | 26 | 317 | 53 | 76 |
| Binary | 1110110 | 10100011 | 11001000 | 101001 | 10010 | 0 | 10110 | 11001111 | 101011 | 111110 |
Color Harmonies of #76A3C8
Complementary color
Monochromatic Colors of #76A3C8
Black with #76A3C8
Text Example
Text Example
White with #76A3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A3C8; }
p { color: rgb(118,163,200); }
H1.HeaderClassName
{
color: #76A3C8;
}
.AnyTagClassName
{
color: #76A3C8;
}
</style>
background-color css
<style>
a { background-color: #76A3C8; }
a { background-color: rgb(118,163,200); }
div.DivClassName
{
background-color: #76A3C8;
}
.BgClassName
{
background-color: #76A3C8;
}
</style>
border-color css
<style>
span { border-color: #76A3C8; }
span { border-color: rgb(118,163,200); }
td.TdClassName
{
border-color: #76A3C8;
}
.TagClassName
{
border-color: #76A3C8;
}
</style>