#8886EA

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

Shades of Portage #8886EA

Tints of Portage #8886EA

Color information

#8886EA (or 0x8886EA) is unknown color: approx Portage. HEX triplet: 88, 86 and EA. RGB value is (136,134,234). Sum of RGB (Red+Green+Blue) = 136+134+234=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #8886EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8886EA is #777915. Grayscale: #919191. Windows color (decimal): -7829782 or 15369864. OLE color: 15369864.

HSL color Cylindrical-coordinate representation of color #8886EA: hue angle of 241.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8886EA is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136134234-
CMYK0.420.4300.08
HSL241.2º70.42%72.16%-
HSV(B)241.2º42.74%91.76%-
XYZ33.5328.2281.52-
YUV146177.66120.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=26.98%
G=26.59%
B=46.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361342340.420.4300.08241.270.4272.16
Hex8886EA2A2B08f14648
Octal2102063525253010361106110
Binary100010001000011011101010101010101011010001111000110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8886EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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