#8B87EA

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

Shades of Portage #8B87EA

Tints of Portage #8B87EA

Color information

#8B87EA (or 0x8B87EA) is unknown color: approx Portage. HEX triplet: 8B, 87 and EA. RGB value is (139,135,234). Sum of RGB (Red+Green+Blue) = 139+135+234=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B87EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B87EA is #747815. Grayscale: #939393. Windows color (decimal): -7632918 or 15370123. OLE color: 15370123.

HSL color Cylindrical-coordinate representation of color #8B87EA: hue angle of 242.42º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B87EA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139135234-
CMYK0.410.4200.08
HSL242.42º70.21%72.35%-
HSV(B)242.42º42.31%91.76%-
XYZ34.1628.7681.59-
YUV147.48176.83121.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=27.36%
G=26.57%
B=46.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391352340.410.4200.08242.4270.2172.35
Hex8B87EA292A08f24648
Octal2132073525152010362106110
Binary100010111000011111101010101001101010010001111001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,135,234); }

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

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

 a { background-color: rgb(139,135,234); }

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

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

 span { border-color: rgb(139,135,234); }

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