#8D88EA

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

Shades of Portage #8D88EA

Tints of Portage #8D88EA

Color information

#8D88EA (or 0x8D88EA) is unknown color: approx Portage. HEX triplet: 8D, 88 and EA. RGB value is (141,136,234). Sum of RGB (Red+Green+Blue) = 141+136+234=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D88EA is #727715. Grayscale: #949494. Windows color (decimal): -7501590 or 15370381. OLE color: 15370381.

HSL color Cylindrical-coordinate representation of color #8D88EA: hue angle of 243.06º degrees, saturation: 0.7, 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 #8D88EA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141136234-
CMYK0.400.4200.08
HSL243.06º70%72.55%-
HSV(B)243.06º41.88%91.76%-
XYZ34.6429.2181.65-
YUV148.67176.16122.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=27.59%
G=26.61%
B=45.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411362340.400.4200.08243.067072.55
Hex8D88EA282A08f34649
Octal2152103525052010363106111
Binary100011011000100011101010101000101010010001111001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D88EA; }

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

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

<style>
 a { background-color: #8D88EA; }

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

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

<style>
 span { border-color: #8D88EA; }

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

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