#8896EB

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

Shades of Portage #8896EB

Tints of Portage #8896EB

Color information

#8896EB (or 0x8896EB) is unknown color: approx Portage. HEX triplet: 88, 96 and EB. RGB value is (136,150,235). Sum of RGB (Red+Green+Blue) = 136+150+235=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #8896EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896EB is #776914. Grayscale: #9B9B9B. Windows color (decimal): -7825685 or 15439496. OLE color: 15439496.

HSL color Cylindrical-coordinate representation of color #8896EB: hue angle of 231.52º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8896EB is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136150235-
CMYK0.420.3600.08
HSL231.52º71.22%72.75%-
HSV(B)231.52º42.13%92.16%-
XYZ36.0633.0583.08-
YUV155.5172.86114.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.10%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=26.10%
G=28.79%
B=45.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361502350.420.3600.08231.5271.2272.75
Hex8896EB2A2408e84749
Octal2102263535244010350107111
Binary100010001001011011101011101010100100010001110100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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