#8896cb

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

Shades of Portage #8896CB

Tints of Portage #8896CB

Color information

#8896CB (or 0x8896CB) is unknown color: approx Portage. HEX triplet: 88, 96 and CB. RGB value is (136,150,203). Sum of RGB (Red+Green+Blue) = 136+150+203=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #8896CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896CB is #776934. Grayscale: #979797. Windows color (decimal): -7825717 or 13342344. OLE color: 13342344.

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

Color convert

RGB136150203-
CMYK0.330.2600.20
HSL227.46º39.18%66.47%-
HSV(B)227.46º33%79.61%-
XYZ31.8431.3660.87-
YUV151.86156.86116.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=27.81%
G=30.67%
B=41.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361502030.330.2600.20227.4639.1866.47
Hex8896CB211A014e32742
Octal210226313413202434347102
Binary10001000100101101100101110000111010010100111000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8896cb; }

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

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

<style>
 a { background-color: #8896cb; }

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

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

<style>
 span { border-color: #8896cb; }

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

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