#87A1CE

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

Shades of Polo Blue #87A1CE

Tints of Polo Blue #87A1CE

Color information

#87A1CE (or 0x87A1CE) is unknown color: approx Polo Blue. HEX triplet: 87, A1 and CE. RGB value is (135,161,206). Sum of RGB (Red+Green+Blue) = 135+161+206=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #87A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1CE is #785E31. Grayscale: #9E9E9E. Windows color (decimal): -7888434 or 13541767. OLE color: 13541767.

HSL color Cylindrical-coordinate representation of color #87A1CE: hue angle of 218.03º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A1CE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135161206-
CMYK0.340.2200.19
HSL218.03º42.01%66.86%-
HSV(B)218.03º34.47%80.78%-
XYZ33.8835.163.38-
YUV158.36154.89111.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=26.89%
G=32.07%
B=41.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351612060.340.2200.19218.0342.0166.86
Hex87A1CE2216013da2a43
Octal207241316422602333252103
Binary10000111101000011100111010001010110010011110110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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