#889FCB

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

Shades of Polo Blue #889FCB

Tints of Polo Blue #889FCB

Color information

#889FCB (or 0x889FCB) is unknown color: approx Polo Blue. HEX triplet: 88, 9F and CB. RGB value is (136,159,203). Sum of RGB (Red+Green+Blue) = 136+159+203=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #889FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FCB is #776034. Grayscale: #9C9C9C. Windows color (decimal): -7823413 or 13344648. OLE color: 13344648.

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

Color convert

RGB136159203-
CMYK0.330.2200.20
HSL219.4º39.18%66.47%-
HSV(B)219.4º33%79.61%-
XYZ33.3334.3461.37-
YUV157.14153.88112.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=27.31%
G=31.93%
B=40.76%

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
Decimal1361592030.330.2200.20219.439.1866.47
Hex889FCB2116014db2742
Octal210237313412602433347102
Binary10001000100111111100101110000110110010100110110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,159,203); }

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

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

 a { background-color: rgb(136,159,203); }

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

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

 span { border-color: rgb(136,159,203); }

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