#8E89EA

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

Shades of Portage #8E89EA

Tints of Portage #8E89EA

Color information

#8E89EA (or 0x8E89EA) is unknown color: approx Portage. HEX triplet: 8E, 89 and EA. RGB value is (142,137,234). Sum of RGB (Red+Green+Blue) = 142+137+234=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E89EA is #717615. Grayscale: #959595. Windows color (decimal): -7435798 or 15370638. OLE color: 15370638.

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

Color convert

RGB142137234-
CMYK0.390.4100.08
HSL243.09º69.78%72.75%-
HSV(B)243.09º41.45%91.76%-
XYZ34.9529.5881.71-
YUV149.55175.66122.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.68%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=27.68%
G=26.71%
B=45.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421372340.390.4100.08243.0969.7872.75
Hex8E89EA272908f34649
Octal2162113524751010363106111
Binary100011101000100111101010100111101001010001111001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,234); }

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

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

 a { background-color: rgb(142,137,234); }

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

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

 span { border-color: rgb(142,137,234); }

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