#8B86DB

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

Shades of Portage #8B86DB

Tints of Portage #8B86DB

Color information

#8B86DB (or 0x8B86DB) is unknown color: approx Portage. HEX triplet: 8B, 86 and DB. RGB value is (139,134,219). Sum of RGB (Red+Green+Blue) = 139+134+219=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86DB is #747924. Grayscale: #909090. Windows color (decimal): -7633189 or 14386827. OLE color: 14386827.

HSL color Cylindrical-coordinate representation of color #8B86DB: hue angle of 243.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B86DB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139134219-
CMYK0.370.3900.14
HSL243.53º54.14%69.22%-
HSV(B)243.53º38.81%85.88%-
XYZ31.9627.6570.67-
YUV145.18169.66123.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.25%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=28.25%
G=27.24%
B=44.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391342190.370.3900.14243.5354.1469.22
Hex8B86DB25270Ef43645
Octal213206333454701636466105
Binary10001011100001101101101110010110011101110111101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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