#89A7D7

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

Shades of Polo Blue #89A7D7

Tints of Polo Blue #89A7D7

Color information

#89A7D7 (or 0x89A7D7) is unknown color: approx Polo Blue. HEX triplet: 89, A7 and D7. RGB value is (137,167,215). Sum of RGB (Red+Green+Blue) = 137+167+215=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #89A7D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7D7 is #765828. Grayscale: #A3A3A3. Windows color (decimal): -7755817 or 14133129. OLE color: 14133129.

HSL color Cylindrical-coordinate representation of color #89A7D7: hue angle of 216.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89A7D7 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137167215-
CMYK0.360.2200.16
HSL216.92º49.37%69.02%-
HSV(B)216.92º36.28%84.31%-
XYZ36.437.8669.68-
YUV163.5157.06109.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=26.40%
G=32.18%
B=41.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371672150.360.2200.16216.9249.3769.02
Hex89A7D72416010d93145
Octal211247327442602033161105
Binary10001001101001111101011110010010110010000110110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A7D7; }

 p { color: rgb(137,167,215); }

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

<style>
 a { background-color: #89A7D7; }

 a { background-color: rgb(137,167,215); }

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

<style>
 span { border-color: #89A7D7; }

 span { border-color: rgb(137,167,215); }

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