#89A0CD

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

Shades of Polo Blue #89A0CD

Tints of Polo Blue #89A0CD

Color information

#89A0CD (or 0x89A0CD) is unknown color: approx Polo Blue. HEX triplet: 89, A0 and CD. RGB value is (137,160,205). Sum of RGB (Red+Green+Blue) = 137+160+205=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #89A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0CD is #765F32. Grayscale: #9E9E9E. Windows color (decimal): -7757619 or 13475977. OLE color: 13475977.

HSL color Cylindrical-coordinate representation of color #89A0CD: hue angle of 219.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89A0CD is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137160205-
CMYK0.330.2200.20
HSL219.71º40.48%67.06%-
HSV(B)219.71º33.17%80.39%-
XYZ33.9134.8762.7-
YUV158.25154.38112.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.29%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=27.29%
G=31.87%
B=40.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371602050.330.2200.20219.7140.4867.06
Hex89A0CD2116014dc2843
Octal211240315412602433450103
Binary10001001101000001100110110000110110010100110111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,160,205); }

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

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

 a { background-color: rgb(137,160,205); }

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

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

 span { border-color: rgb(137,160,205); }

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