#87A3CA

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

Shades of Polo Blue #87A3CA

Tints of Polo Blue #87A3CA

Color information

#87A3CA (or 0x87A3CA) is unknown color: approx Polo Blue. HEX triplet: 87, A3 and CA. RGB value is (135,163,202). Sum of RGB (Red+Green+Blue) = 135+163+202=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #87A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3CA is #785C35. Grayscale: #9E9E9E. Windows color (decimal): -7887926 or 13280135. OLE color: 13280135.

HSL color Cylindrical-coordinate representation of color #87A3CA: hue angle of 214.93º 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 #87A3CA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135163202-
CMYK0.330.1900.21
HSL214.93º38.73%66.08%-
HSV(B)214.93º33.17%79.22%-
XYZ33.7535.6160.97-
YUV159.07152.22110.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27%
GREEN value IS 163 (64.06% from 255) = 32.6%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=27%
G=32.6%
B=40.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351632020.330.1900.21214.9338.7366.08
Hex87A3CA2113015d72742
Octal207243312412302532747102
Binary10000111101000111100101010000110011010101110101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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