#89A4C9

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

Shades of Polo Blue #89A4C9

Tints of Polo Blue #89A4C9

Color information

#89A4C9 (or 0x89A4C9) is unknown color: approx Polo Blue. HEX triplet: 89, A4 and C9. RGB value is (137,164,201). Sum of RGB (Red+Green+Blue) = 137+164+201=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #89A4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4C9 is #765B36. Grayscale: #9F9F9F. Windows color (decimal): -7756599 or 13214857. OLE color: 13214857.

HSL color Cylindrical-coordinate representation of color #89A4C9: hue angle of 214.69º 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 #89A4C9 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137164201-
CMYK0.320.1800.21
HSL214.69º37.21%66.27%-
HSV(B)214.69º31.84%78.82%-
XYZ34.1336.0960.42-
YUV160.14151.05111.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.29%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=27.29%
G=32.67%
B=40.04%

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
Decimal1371642010.320.1800.21214.6937.2166.27
Hex89A4C92012015d72542
Octal211244311402202532745102
Binary10001001101001001100100110000010010010101110101111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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