#889EC6

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

Shades of Polo Blue #889EC6

Tints of Polo Blue #889EC6

Color information

#889EC6 (or 0x889EC6) is unknown color: approx Polo Blue. HEX triplet: 88, 9E and C6. RGB value is (136,158,198). Sum of RGB (Red+Green+Blue) = 136+158+198=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #889EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EC6 is #776139. Grayscale: #9B9B9B. Windows color (decimal): -7823674 or 13016712. OLE color: 13016712.

HSL color Cylindrical-coordinate representation of color #889EC6: hue angle of 218.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889EC6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB136158198-
CMYK0.310.2000.22
HSL218.71º35.23%65.49%-
HSV(B)218.71º31.31%77.65%-
XYZ32.5733.7758.23-
YUV155.98151.71113.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=27.64%
G=32.11%
B=40.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361581980.310.2000.22218.7135.2365.49
Hex889EC61F14016db2341
Octal210236306372402633343101
Binary1000100010011110110001101111110100010110110110111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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