#889DCA

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

Shades of Polo Blue #889DCA

Tints of Polo Blue #889DCA

Color information

#889DCA (or 0x889DCA) is unknown color: approx Polo Blue. HEX triplet: 88, 9D and CA. RGB value is (136,157,202). Sum of RGB (Red+Green+Blue) = 136+157+202=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #889DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DCA is #776235. Grayscale: #9B9B9B. Windows color (decimal): -7823926 or 13278600. OLE color: 13278600.

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

Color convert

RGB136157202-
CMYK0.330.2200.21
HSL220.91º38.37%66.27%-
HSV(B)220.91º32.67%79.22%-
XYZ32.8733.6160.63-
YUV155.85154.04113.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=27.47%
G=31.72%
B=40.81%

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
Decimal1361572020.330.2200.21220.9138.3766.27
Hex889DCA2116015dd2642
Octal210235312412602533546102
Binary10001000100111011100101010000110110010101110111011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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