#81A7CA

Color #81A7CA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #81A7CA

Tints of Polo Blue #81A7CA

Color information

#81A7CA (or 0x81A7CA) is unknown color: approx Polo Blue. HEX triplet: 81, A7 and CA. RGB value is (129,167,202). Sum of RGB (Red+Green+Blue) = 129+167+202=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #81A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7CA is #7E5835. Grayscale: #9F9F9F. Windows color (decimal): -8280118 or 13281153. OLE color: 13281153.

HSL color Cylindrical-coordinate representation of color #81A7CA: hue angle of 208.77º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81A7CA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129167202-
CMYK0.360.1700.21
HSL208.77º40.78%64.9%-
HSV(B)208.77º36.14%79.22%-
XYZ33.5336.5761.17-
YUV159.63151.91106.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 25.90%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=25.90%
G=33.53%
B=40.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291672020.360.1700.21208.7740.7864.9
Hex81A7CA2411015d12941
Octal201247312442102532151101
Binary10000001101001111100101010010010001010101110100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A7CA; }

 p { color: rgb(129,167,202); }

 H1.HeaderClassName
 {
   color: #81A7CA;
 }
 .AnyTagClassName
 {
   color: #81A7CA;
 }
</style>
background-color css

<style>
 a { background-color: #81A7CA; }

 a { background-color: rgb(129,167,202); }

 div.DivClassName
 {
   background-color: #81A7CA;
 }
 .BgClassName
 {
   background-color: #81A7CA;
 }
</style>
border-color css

<style>
 span { border-color: #81A7CA; }

 span { border-color: rgb(129,167,202); }

 td.TdClassName
 {
   border-color: #81A7CA;
 }
 .TagClassName
 {
   border-color: #81A7CA;
 }
</style>