#889ecc

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

Shades of Polo Blue #889ECC

Tints of Polo Blue #889ECC

Color information

#889ECC (or 0x889ECC) is unknown color: approx Polo Blue. HEX triplet: 88, 9E and CC. RGB value is (136,158,204). Sum of RGB (Red+Green+Blue) = 136+158+204=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #889ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ECC is #776133. Grayscale: #9C9C9C. Windows color (decimal): -7823668 or 13409928. OLE color: 13409928.

HSL color Cylindrical-coordinate representation of color #889ECC: hue angle of 220.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889ECC is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136158204-
CMYK0.330.2300.2
HSL220.59º40%66.67%-
HSV(B)220.59º33.33%80%-
XYZ33.2834.0561.94-
YUV156.67154.71113.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=27.31%
G=31.73%
B=40.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361582040.330.2300.2220.594066.67
Hex889ECC2117014dd2843
Octal210236314412702433550103
Binary10001000100111101100110010000110111010100110111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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