#87A1C1

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

Shades of Polo Blue #87A1C1

Tints of Polo Blue #87A1C1

Color information

#87A1C1 (or 0x87A1C1) is unknown color: approx Polo Blue. HEX triplet: 87, A1 and C1. RGB value is (135,161,193). Sum of RGB (Red+Green+Blue) = 135+161+193=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #87A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1C1 is #785E3E. Grayscale: #9C9C9C. Windows color (decimal): -7888447 or 12689799. OLE color: 12689799.

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

Color convert

RGB135161193-
CMYK0.300.1700.24
HSL213.1º31.87%64.31%-
HSV(B)213.1º30.05%75.69%-
XYZ32.3634.4955.4-
YUV156.87148.39112.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=27.61%
G=32.92%
B=39.47%

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
Decimal1351611930.300.1700.24213.131.8764.31
Hex87A1C11E11018d52040
Octal207241301362103032540100
Binary1000011110100001110000011111010001011000110101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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