#89A5C9

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

Shades of Polo Blue #89A5C9

Tints of Polo Blue #89A5C9

Color information

#89A5C9 (or 0x89A5C9) is unknown color: approx Polo Blue. HEX triplet: 89, A5 and C9. RGB value is (137,165,201). Sum of RGB (Red+Green+Blue) = 137+165+201=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #89A5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5C9 is #765A36. Grayscale: #A0A0A0. Windows color (decimal): -7756343 or 13215113. OLE color: 13215113.

HSL color Cylindrical-coordinate representation of color #89A5C9: hue angle of 213.75º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89A5C9 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137165201-
CMYK0.320.1800.21
HSL213.75º37.21%66.27%-
HSV(B)213.75º31.84%78.82%-
XYZ34.3136.4560.48-
YUV160.73150.72111.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=27.24%
G=32.80%
B=39.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371652010.320.1800.21213.7537.2166.27
Hex89A5C92012015d62542
Octal211245311402202532645102
Binary10001001101001011100100110000010010010101110101101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,165,201); }

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

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

 a { background-color: rgb(137,165,201); }

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

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

 span { border-color: rgb(137,165,201); }

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