#889BCB

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

Shades of Portage #889BCB

Tints of Portage #889BCB

Color information

#889BCB (or 0x889BCB) is unknown color: approx Portage. HEX triplet: 88, 9B and CB. RGB value is (136,155,203). Sum of RGB (Red+Green+Blue) = 136+155+203=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #889BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BCB is #776434. Grayscale: #9A9A9A. Windows color (decimal): -7824437 or 13343624. OLE color: 13343624.

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

Color convert

RGB136155203-
CMYK0.330.2400.20
HSL222.99º39.18%66.47%-
HSV(B)222.99º33%79.61%-
XYZ32.6532.9961.15-
YUV154.79155.21114.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=27.53%
G=31.38%
B=41.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361552030.330.2400.20222.9939.1866.47
Hex889BCB2118014df2742
Octal210233313413002433747102
Binary10001000100110111100101110000111000010100110111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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