#8886e0

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

Shades of Portage #8886E0

Tints of Portage #8886E0

Color information

#8886E0 (or 0x8886E0) is unknown color: approx Portage. HEX triplet: 88, 86 and E0. RGB value is (136,134,224). Sum of RGB (Red+Green+Blue) = 136+134+224=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #8886E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886E0 is #77791F. Grayscale: #909090. Windows color (decimal): -7829792 or 14714504. OLE color: 14714504.

HSL color Cylindrical-coordinate representation of color #8886E0: hue angle of 241.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8886E0 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136134224-
CMYK0.390.4000.12
HSL241.33º59.21%70.2%-
HSV(B)241.33º40.18%87.84%-
XYZ32.1327.6774.17-
YUV144.86172.66121.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=27.53%
G=27.13%
B=45.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361342240.390.4000.12241.3359.2170.2
Hex8886E027280Cf13b46
Octal210206340475001436173106
Binary10001000100001101110000010011110100001100111100011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8886e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8886e0; }

 p { color: rgb(136,134,224); }

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

<style>
 a { background-color: #8886e0; }

 a { background-color: rgb(136,134,224); }

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

<style>
 span { border-color: #8886e0; }

 span { border-color: rgb(136,134,224); }

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