#8b86e7

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

Shades of Portage #8B86E7

Tints of Portage #8B86E7

Color information

#8B86E7 (or 0x8B86E7) is unknown color: approx Portage. HEX triplet: 8B, 86 and E7. RGB value is (139,134,231). Sum of RGB (Red+Green+Blue) = 139+134+231=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #8B86E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B86E7 is #747918. Grayscale: #929292. Windows color (decimal): -7633177 or 15173259. OLE color: 15173259.

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

Color convert

RGB139134231-
CMYK0.400.4200.09
HSL243.09º66.9%71.57%-
HSV(B)243.09º41.99%90.59%-
XYZ33.628.3179.29-
YUV146.55175.66122.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=27.58%
G=26.59%
B=45.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391342310.400.4200.09243.0966.971.57
Hex8B86E7282A09f34348
Octal2132063475052011363103110
Binary100010111000011011100111101000101010010011111001110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b86e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,134,231); }

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

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

 a { background-color: rgb(139,134,231); }

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

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

 span { border-color: rgb(139,134,231); }

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