#8897EC

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

Shades of Portage #8897EC

Tints of Portage #8897EC

Color information

#8897EC (or 0x8897EC) is unknown color: approx Portage. HEX triplet: 88, 97 and EC. RGB value is (136,151,236). Sum of RGB (Red+Green+Blue) = 136+151+236=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #8897EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8897EC is #776813. Grayscale: #9B9B9B. Windows color (decimal): -7825428 or 15505288. OLE color: 15505288.

HSL color Cylindrical-coordinate representation of color #8897EC: hue angle of 231º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8897EC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136151236-
CMYK0.420.3600.07
HSL231º72.46%72.94%-
HSV(B)231º42.37%92.55%-
XYZ36.3633.4283.89-
YUV156.2173.03113.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=26.00%
G=28.87%
B=45.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361512360.420.3600.0723172.4672.94
Hex8897EC2A2407e74849
Octal210227354524407347110111
Binary10001000100101111110110010101010010001111110011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8897EC; }

 p { color: rgb(136,151,236); }

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

<style>
 a { background-color: #8897EC; }

 a { background-color: rgb(136,151,236); }

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

<style>
 span { border-color: #8897EC; }

 span { border-color: rgb(136,151,236); }

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