Shades of Polo Blue #76A0CD
Tints of Polo Blue #76A0CD
RGB
CMYK
RGB Variations
Color information
#76A0CD (or 0x76A0CD) is known color: Polo Blue. HEX triplet: 76, A0 and CD. RGB value is (118,160,205). Sum of RGB (Red+Green+Blue) = 118+160+205=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #76A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0CD is #895F32. Grayscale: #989898. Windows color (decimal): -9002803 or 13475958. OLE color: 13475958.
HSL color Cylindrical-coordinate representation of color #76A0CD: hue angle of 211.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A0CD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 160 | 205 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.20 |
| HSL | 211.03º | 0.47% | 0.63% | - |
| HSV(B) | 211.03º | 0.42% | 0.8% | - |
| XYZ | 31.06 | 33.4 | 62.57 | - |
| YUV | 152.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 205 | 0.42 | 0.22 | 0 | 0.20 | 211.03 | 0.47 | 0.63 |
| Hex | 76 | A0 | CD | 2A | 16 | 0 | 14 | D3 | 2F | 3F |
| Octal | 166 | 240 | 315 | 52 | 26 | 0 | 24 | 323 | 57 | 77 |
| Binary | 1110110 | 10100000 | 11001101 | 101010 | 10110 | 0 | 10100 | 11010011 | 101111 | 111111 |
Color Harmonies of #76A0CD
Complementary color
Monochromatic Colors of #76A0CD
Black with #76A0CD
Text Example
Text Example
White with #76A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A0CD; }
p { color: rgb(118,160,205); }
H1.HeaderClassName
{
color: #76A0CD;
}
.AnyTagClassName
{
color: #76A0CD;
}
</style>
background-color css
<style>
a { background-color: #76A0CD; }
a { background-color: rgb(118,160,205); }
div.DivClassName
{
background-color: #76A0CD;
}
.BgClassName
{
background-color: #76A0CD;
}
</style>
border-color css
<style>
span { border-color: #76A0CD; }
span { border-color: rgb(118,160,205); }
td.TdClassName
{
border-color: #76A0CD;
}
.TagClassName
{
border-color: #76A0CD;
}
</style>