#87A8CD

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

Shades of Polo Blue #87A8CD

Tints of Polo Blue #87A8CD

Color information

#87A8CD (or 0x87A8CD) is unknown color: approx Polo Blue. HEX triplet: 87, A8 and CD. RGB value is (135,168,205). Sum of RGB (Red+Green+Blue) = 135+168+205=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #87A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8CD is #785732. Grayscale: #A2A2A2. Windows color (decimal): -7886643 or 13478023. OLE color: 13478023.

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

Color convert

RGB135168205-
CMYK0.340.1800.20
HSL211.71º41.18%66.67%-
HSV(B)211.71º34.15%80.39%-
XYZ35.0137.5663.16-
YUV162.35152.07108.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.57%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=26.57%
G=33.07%
B=40.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351682050.340.1800.20211.7141.1866.67
Hex87A8CD2212014d42943
Octal207250315422202432451103
Binary10000111101010001100110110001010010010100110101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,168,205); }

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

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

 a { background-color: rgb(135,168,205); }

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

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

 span { border-color: rgb(135,168,205); }

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