#889CCB

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

Shades of Polo Blue #889CCB

Tints of Polo Blue #889CCB

Color information

#889CCB (or 0x889CCB) is unknown color: approx Polo Blue. HEX triplet: 88, 9C and CB. RGB value is (136,156,203). Sum of RGB (Red+Green+Blue) = 136+156+203=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #889CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CCB is #776334. Grayscale: #9B9B9B. Windows color (decimal): -7824181 or 13343880. OLE color: 13343880.

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

Color convert

RGB136156203-
CMYK0.330.2300.20
HSL222.09º39.18%66.47%-
HSV(B)222.09º33%79.61%-
XYZ32.8233.3261.2-
YUV155.38154.87114.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=27.47%
G=31.52%
B=41.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361562030.330.2300.20222.0939.1866.47
Hex889CCB2117014de2742
Octal210234313412702433647102
Binary10001000100111001100101110000110111010100110111101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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