#87A1C2

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

Shades of Polo Blue #87A1C2

Tints of Polo Blue #87A1C2

Color information

#87A1C2 (or 0x87A1C2) is unknown color: approx Polo Blue. HEX triplet: 87, A1 and C2. RGB value is (135,161,194). Sum of RGB (Red+Green+Blue) = 135+161+194=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 161 (63.28% from 255 or 32.86% 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 #87A1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1C2 is #785E3D. Grayscale: #9C9C9C. Windows color (decimal): -7888446 or 12755335. OLE color: 12755335.

HSL color Cylindrical-coordinate representation of color #87A1C2: hue angle of 213.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87A1C2 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135161194-
CMYK0.300.1700.24
HSL213.56º32.6%64.51%-
HSV(B)213.56º30.41%76.08%-
XYZ32.4734.5455.99-
YUV156.99148.89112.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 194 (76.17% from 255) = 39.59%
R=27.55%
G=32.86%
B=39.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351611940.300.1700.24213.5632.664.51
Hex87A1C21E11018d62141
Octal207241302362103032641101
Binary1000011110100001110000101111010001011000110101101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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