#87A1D6

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

Shades of Polo Blue #87A1D6

Tints of Polo Blue #87A1D6

Color information

#87A1D6 (or 0x87A1D6) is unknown color: approx Polo Blue. HEX triplet: 87, A1 and D6. RGB value is (135,161,214). Sum of RGB (Red+Green+Blue) = 135+161+214=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #87A1D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1D6 is #785E29. Grayscale: #9F9F9F. Windows color (decimal): -7888426 or 14066055. OLE color: 14066055.

HSL color Cylindrical-coordinate representation of color #87A1D6: hue angle of 220.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87A1D6 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135161214-
CMYK0.370.2500.16
HSL220.25º49.07%68.43%-
HSV(B)220.25º36.92%83.92%-
XYZ34.8735.568.63-
YUV159.27158.89110.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=26.47%
G=31.57%
B=41.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351612140.370.2500.16220.2549.0768.43
Hex87A1D62519010dc3144
Octal207241326453102033461104
Binary10000111101000011101011010010111001010000110111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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