#89A1CA

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

Shades of Polo Blue #89A1CA

Tints of Polo Blue #89A1CA

Color information

#89A1CA (or 0x89A1CA) is unknown color: approx Polo Blue. HEX triplet: 89, A1 and CA. RGB value is (137,161,202). Sum of RGB (Red+Green+Blue) = 137+161+202=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #89A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1CA is #765E35. Grayscale: #9E9E9E. Windows color (decimal): -7757366 or 13279625. OLE color: 13279625.

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

Color convert

RGB137161202-
CMYK0.320.2000.21
HSL217.85º38.01%66.47%-
HSV(B)217.85º32.18%79.22%-
XYZ33.7235.0760.87-
YUV158.5152.55112.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=27.4%
G=32.2%
B=40.4%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371612020.320.2000.21217.8538.0166.47
Hex89A1CA2014015da2642
Octal211241312402402533246102
Binary10001001101000011100101010000010100010101110110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,161,202); }

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

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

 a { background-color: rgb(137,161,202); }

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

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

 span { border-color: rgb(137,161,202); }

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