#889FC6

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

Shades of Polo Blue #889FC6

Tints of Polo Blue #889FC6

Color information

#889FC6 (or 0x889FC6) is unknown color: approx Polo Blue. HEX triplet: 88, 9F and C6. RGB value is (136,159,198). Sum of RGB (Red+Green+Blue) = 136+159+198=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #889FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FC6 is #776039. Grayscale: #9C9C9C. Windows color (decimal): -7823418 or 13016968. OLE color: 13016968.

HSL color Cylindrical-coordinate representation of color #889FC6: hue angle of 217.74º 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 #889FC6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB136159198-
CMYK0.310.2000.22
HSL217.74º35.23%65.49%-
HSV(B)217.74º31.31%77.65%-
XYZ32.7434.1158.28-
YUV156.57151.38113.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=27.59%
G=32.25%
B=40.16%

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
Decimal1361591980.310.2000.22217.7435.2365.49
Hex889FC61F14016da2341
Octal210237306372402633243101
Binary1000100010011111110001101111110100010110110110101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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