#8E8AEB

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

Shades of Portage #8E8AEB

Tints of Portage #8E8AEB

Color information

#8E8AEB (or 0x8E8AEB) is unknown color: approx Portage. HEX triplet: 8E, 8A and EB. RGB value is (142,138,235). Sum of RGB (Red+Green+Blue) = 142+138+235=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E8AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AEB is #717514. Grayscale: #959595. Windows color (decimal): -7435541 or 15436430. OLE color: 15436430.

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

Color convert

RGB142138235-
CMYK0.400.4100.08
HSL242.47º70.8%73.14%-
HSV(B)242.47º41.28%92.16%-
XYZ35.2429.9382.52-
YUV150.25175.83122.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=27.57%
G=26.80%
B=45.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421382350.400.4100.08242.4770.873.14
Hex8E8AEB282908f24749
Octal2162123535051010362107111
Binary100011101000101011101011101000101001010001111001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,235); }

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

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

 a { background-color: rgb(142,138,235); }

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

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

 span { border-color: rgb(142,138,235); }

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