#87A1CA

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

Shades of Polo Blue #87A1CA

Tints of Polo Blue #87A1CA

Color information

#87A1CA (or 0x87A1CA) is unknown color: approx Polo Blue. HEX triplet: 87, A1 and CA. RGB value is (135,161,202). Sum of RGB (Red+Green+Blue) = 135+161+202=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 161 (63.28% from 255 or 32.33% 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 #87A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1CA is #785E35. Grayscale: #9D9D9D. Windows color (decimal): -7888438 or 13279623. OLE color: 13279623.

HSL color Cylindrical-coordinate representation of color #87A1CA: hue angle of 216.72º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87A1CA is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135161202-
CMYK0.330.2000.21
HSL216.72º38.73%66.08%-
HSV(B)216.72º33.17%79.22%-
XYZ33.434.960.85-
YUV157.9152.89111.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=27.11%
G=32.33%
B=40.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351612020.330.2000.21216.7238.7366.08
Hex87A1CA2114015d92742
Octal207241312412402533147102
Binary10000111101000011100101010000110100010101110110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A1CA; }

 p { color: rgb(135,161,202); }

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

<style>
 a { background-color: #87A1CA; }

 a { background-color: rgb(135,161,202); }

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

<style>
 span { border-color: #87A1CA; }

 span { border-color: rgb(135,161,202); }

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