#8E9BEA

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

Shades of Portage #8E9BEA

Tints of Portage #8E9BEA

Color information

#8E9BEA (or 0x8E9BEA) is unknown color: approx Portage. HEX triplet: 8E, 9B and EA. RGB value is (142,155,234). Sum of RGB (Red+Green+Blue) = 142+155+234=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9BEA is #716415. Grayscale: #9F9F9F. Windows color (decimal): -7431190 or 15375246. OLE color: 15375246.

HSL color Cylindrical-coordinate representation of color #8E9BEA: hue angle of 231.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9BEA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142155234-
CMYK0.390.3400.08
HSL231.52º68.66%73.73%-
HSV(B)231.52º39.32%91.76%-
XYZ37.7335.1382.63-
YUV160.12169.69115.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=26.74%
G=29.19%
B=44.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421552340.390.3400.08231.5268.6673.73
Hex8E9BEA272208e8454a
Octal2162333524742010350105112
Binary100011101001101111101010100111100010010001110100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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