#889CCA

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

Shades of Polo Blue #889CCA

Tints of Polo Blue #889CCA

Color information

#889CCA (or 0x889CCA) is unknown color: approx Polo Blue. HEX triplet: 88, 9C and CA. RGB value is (136,156,202). Sum of RGB (Red+Green+Blue) = 136+156+202=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #889CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CCA is #776335. Grayscale: #9B9B9B. Windows color (decimal): -7824182 or 13278344. OLE color: 13278344.

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

Color convert

RGB136156202-
CMYK0.330.2300.21
HSL221.82º38.37%66.27%-
HSV(B)221.82º32.67%79.22%-
XYZ32.733.2860.58-
YUV155.26154.37114.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=27.53%
G=31.58%
B=40.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361562020.330.2300.21221.8238.3766.27
Hex889CCA2117015de2642
Octal210234312412702533646102
Binary10001000100111001100101010000110111010101110111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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