#87A3CE

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

Shades of Polo Blue #87A3CE

Tints of Polo Blue #87A3CE

Color information

#87A3CE (or 0x87A3CE) is unknown color: approx Polo Blue. HEX triplet: 87, A3 and CE. RGB value is (135,163,206). Sum of RGB (Red+Green+Blue) = 135+163+206=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #87A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3CE is #785C31. Grayscale: #9F9F9F. Windows color (decimal): -7887922 or 13542279. OLE color: 13542279.

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

Color convert

RGB135163206-
CMYK0.340.2100.19
HSL216.34º42.01%66.86%-
HSV(B)216.34º34.47%80.78%-
XYZ34.2335.863.5-
YUV159.53154.22110.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=26.79%
G=32.34%
B=40.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351632060.340.2100.19216.3442.0166.86
Hex87A3CE2215013d82a43
Octal207243316422502333052103
Binary10000111101000111100111010001010101010011110110001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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