Shades of Polo Blue #81A7C2
Tints of Polo Blue #81A7C2
RGB
CMYK
RGB Variations
Color information
#81A7C2 (or 0x81A7C2) is known color: Polo Blue. HEX triplet: 81, A7 and C2. RGB value is (129,167,194). Sum of RGB (Red+Green+Blue) = 129+167+194=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #81A7C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7C2 is #7E583D. Grayscale: #9E9E9E. Windows color (decimal): -8280126 or 12756865. OLE color: 12756865.
HSL color Cylindrical-coordinate representation of color #81A7C2: hue angle of 204.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81A7C2 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 167 | 194 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.24 |
| HSL | 204.92º | 0.35% | 0.63% | - |
| HSV(B) | 204.92º | 0.34% | 0.76% | - |
| XYZ | 32.61 | 36.2 | 56.31 | - |
| YUV | 158.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 194 | 0.34 | 0.14 | 0 | 0.24 | 204.92 | 0.35 | 0.63 |
| Hex | 81 | A7 | C2 | 22 | E | 0 | 18 | CD | 23 | 3F |
| Octal | 201 | 247 | 302 | 42 | 16 | 0 | 30 | 315 | 43 | 77 |
| Binary | 10000001 | 10100111 | 11000010 | 100010 | 1110 | 0 | 11000 | 11001101 | 100011 | 111111 |
Color Harmonies of #81A7C2
Complementary color
Monochromatic Colors of #81A7C2
Black with #81A7C2
Text Example
Text Example
White with #81A7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A7C2; }
p { color: rgb(129,167,194); }
H1.HeaderClassName
{
color: #81A7C2;
}
.AnyTagClassName
{
color: #81A7C2;
}
</style>
background-color css
<style>
a { background-color: #81A7C2; }
a { background-color: rgb(129,167,194); }
div.DivClassName
{
background-color: #81A7C2;
}
.BgClassName
{
background-color: #81A7C2;
}
</style>
border-color css
<style>
span { border-color: #81A7C2; }
span { border-color: rgb(129,167,194); }
td.TdClassName
{
border-color: #81A7C2;
}
.TagClassName
{
border-color: #81A7C2;
}
</style>