#8D86E0

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

Shades of Portage #8D86E0

Tints of Portage #8D86E0

Color information

#8D86E0 (or 0x8D86E0) is unknown color: approx Portage. HEX triplet: 8D, 86 and E0. RGB value is (141,134,224). Sum of RGB (Red+Green+Blue) = 141+134+224=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D86E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86E0 is #72791F. Grayscale: #929292. Windows color (decimal): -7502112 or 14714509. OLE color: 14714509.

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

Color convert

RGB141134224-
CMYK0.370.4000.12
HSL244.67º59.21%70.2%-
HSV(B)244.67º40.18%87.84%-
XYZ32.9628.0974.21-
YUV146.35171.82124.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.26%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=28.26%
G=26.85%
B=44.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411342240.370.4000.12244.6759.2170.2
Hex8D86E025280Cf53b46
Octal215206340455001436573106
Binary10001101100001101110000010010110100001100111101011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,224); }

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

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

 a { background-color: rgb(141,134,224); }

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

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

 span { border-color: rgb(141,134,224); }

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