#889ECA

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

Shades of Polo Blue #889ECA

Tints of Polo Blue #889ECA

Color information

#889ECA (or 0x889ECA) is unknown color: approx Polo Blue. HEX triplet: 88, 9E and CA. RGB value is (136,158,202). Sum of RGB (Red+Green+Blue) = 136+158+202=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #889ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ECA is #776135. Grayscale: #9C9C9C. Windows color (decimal): -7823670 or 13278856. OLE color: 13278856.

HSL color Cylindrical-coordinate representation of color #889ECA: hue angle of 220º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889ECA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136158202-
CMYK0.330.2200.21
HSL220º38.37%66.27%-
HSV(B)220º32.67%79.22%-
XYZ33.0433.9560.69-
YUV156.44153.71113.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.42%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=27.42%
G=31.85%
B=40.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361582020.330.2200.2122038.3766.27
Hex889ECA2116015dc2642
Octal210236312412602533446102
Binary10001000100111101100101010000110110010101110111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889ECA; }

 p { color: rgb(136,158,202); }

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

<style>
 a { background-color: #889ECA; }

 a { background-color: rgb(136,158,202); }

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

<style>
 span { border-color: #889ECA; }

 span { border-color: rgb(136,158,202); }

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