#87A3C9

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

Shades of Polo Blue #87A3C9

Tints of Polo Blue #87A3C9

Color information

#87A3C9 (or 0x87A3C9) is unknown color: approx Polo Blue. HEX triplet: 87, A3 and C9. RGB value is (135,163,201). Sum of RGB (Red+Green+Blue) = 135+163+201=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #87A3C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3C9 is #785C36. Grayscale: #9E9E9E. Windows color (decimal): -7887927 or 13214599. OLE color: 13214599.

HSL color Cylindrical-coordinate representation of color #87A3C9: hue angle of 214.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87A3C9 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135163201-
CMYK0.330.1900.21
HSL214.55º37.93%65.88%-
HSV(B)214.55º32.84%78.82%-
XYZ33.6335.5660.35-
YUV158.96151.72110.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=27.05%
G=32.67%
B=40.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351632010.330.1900.21214.5537.9365.88
Hex87A3C92113015d72642
Octal207243311412302532746102
Binary10000111101000111100100110000110011010101110101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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