#89A7CE

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

Shades of Polo Blue #89A7CE

Tints of Polo Blue #89A7CE

Color information

#89A7CE (or 0x89A7CE) is unknown color: approx Polo Blue. HEX triplet: 89, A7 and CE. RGB value is (137,167,206). Sum of RGB (Red+Green+Blue) = 137+167+206=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #89A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7CE is #765831. Grayscale: #A2A2A2. Windows color (decimal): -7755826 or 13543305. OLE color: 13543305.

HSL color Cylindrical-coordinate representation of color #89A7CE: hue angle of 213.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89A7CE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137167206-
CMYK0.330.1900.19
HSL213.91º41.32%67.25%-
HSV(B)213.91º33.5%80.78%-
XYZ35.2837.4163.75-
YUV162.48152.56109.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=26.86%
G=32.75%
B=40.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371672060.330.1900.19213.9141.3267.25
Hex89A7CE2113013d62943
Octal211247316412302332651103
Binary10001001101001111100111010000110011010011110101101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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