#87A6CB

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

Shades of Polo Blue #87A6CB

Tints of Polo Blue #87A6CB

Color information

#87A6CB (or 0x87A6CB) is unknown color: approx Polo Blue. HEX triplet: 87, A6 and CB. RGB value is (135,166,203). Sum of RGB (Red+Green+Blue) = 135+166+203=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #87A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6CB is #785934. Grayscale: #A0A0A0. Windows color (decimal): -7887157 or 13346439. OLE color: 13346439.

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

Color convert

RGB135166203-
CMYK0.330.1800.20
HSL212.65º39.53%66.27%-
HSV(B)212.65º33.5%79.61%-
XYZ34.4136.7461.78-
YUV160.95151.73109.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=26.79%
G=32.94%
B=40.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351662030.330.1800.20212.6539.5366.27
Hex87A6CB2112014d52842
Octal207246313412202432550102
Binary10000111101001101100101110000110010010100110101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,166,203); }

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

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

 a { background-color: rgb(135,166,203); }

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

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

 span { border-color: rgb(135,166,203); }

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