#8E8BE8

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

Shades of Portage #8E8BE8

Tints of Portage #8E8BE8

Color information

#8E8BE8 (or 0x8E8BE8) is unknown color: approx Portage. HEX triplet: 8E, 8B and E8. RGB value is (142,139,232). Sum of RGB (Red+Green+Blue) = 142+139+232=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #8E8BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BE8 is #717417. Grayscale: #969696. Windows color (decimal): -7435288 or 15240078. OLE color: 15240078.

HSL color Cylindrical-coordinate representation of color #8E8BE8: hue angle of 241.94º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8BE8 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142139232-
CMYK0.390.4000.09
HSL241.94º66.91%72.75%-
HSV(B)241.94º40.09%90.98%-
XYZ34.9530.0480.3-
YUV150.5173.99121.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.68%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 232 (91.02% from 255) = 45.22%
R=27.68%
G=27.10%
B=45.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1421392320.390.4000.09241.9466.9172.75
Hex8E8BE8272809f24349
Octal2162133504750011362103111
Binary100011101000101111101000100111101000010011111001010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,232); }

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

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

 a { background-color: rgb(142,139,232); }

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

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

 span { border-color: rgb(142,139,232); }

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