#8E8BEE

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

Shades of Portage #8E8BEE

Tints of Portage #8E8BEE

Color information

#8E8BEE (or 0x8E8BEE) is unknown color: approx Portage. HEX triplet: 8E, 8B and EE. RGB value is (142,139,238). Sum of RGB (Red+Green+Blue) = 142+139+238=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E8BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BEE is #717411. Grayscale: #969696. Windows color (decimal): -7435282 or 15633294. OLE color: 15633294.

HSL color Cylindrical-coordinate representation of color #8E8BEE: hue angle of 241.82º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E8BEE is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142139238-
CMYK0.400.4200.07
HSL241.82º74.44%73.92%-
HSV(B)241.82º41.6%93.33%-
XYZ35.8230.3984.87-
YUV151.18176.99121.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=27.36%
G=26.78%
B=45.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421392380.400.4200.07241.8274.4473.92
Hex8E8BEE282A07f24a4a
Octal216213356505207362112112
Binary10001110100010111110111010100010101001111111001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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