#8B86DE

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

Shades of Portage #8B86DE

Tints of Portage #8B86DE

Color information

#8B86DE (or 0x8B86DE) is unknown color: approx Portage. HEX triplet: 8B, 86 and DE. RGB value is (139,134,222). Sum of RGB (Red+Green+Blue) = 139+134+222=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B86DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86DE is #747921. Grayscale: #919191. Windows color (decimal): -7633186 or 14583435. OLE color: 14583435.

HSL color Cylindrical-coordinate representation of color #8B86DE: hue angle of 243.41º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B86DE is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139134222-
CMYK0.370.4000.13
HSL243.41º57.14%69.8%-
HSV(B)243.41º39.64%87.06%-
XYZ32.3627.8172.77-
YUV145.53171.16123.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=28.08%
G=27.07%
B=44.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391342220.370.4000.13243.4157.1469.8
Hex8B86DE25280Df33946
Octal213206336455001536371106
Binary10001011100001101101111010010110100001101111100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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