#8896CC

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

Shades of Portage #8896CC

Tints of Portage #8896CC

Color information

#8896CC (or 0x8896CC) is unknown color: approx Portage. HEX triplet: 88, 96 and CC. RGB value is (136,150,204). Sum of RGB (Red+Green+Blue) = 136+150+204=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #8896CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896CC is #776933. Grayscale: #979797. Windows color (decimal): -7825716 or 13407880. OLE color: 13407880.

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

Color convert

RGB136150204-
CMYK0.330.2600.2
HSL227.65º40%66.67%-
HSV(B)227.65º33.33%80%-
XYZ31.9631.4161.5-
YUV151.97157.36116.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.76%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=27.76%
G=30.61%
B=41.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361502040.330.2600.2227.654066.67
Hex8896CC211A014e42843
Octal210226314413202434450103
Binary10001000100101101100110010000111010010100111001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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