#8386D9

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

Shades of Portage #8386D9

Tints of Portage #8386D9

Color information

#8386D9 (or 0x8386D9) is unknown color: approx Portage. HEX triplet: 83, 86 and D9. RGB value is (131,134,217). Sum of RGB (Red+Green+Blue) = 131+134+217=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #8386D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386D9 is #7C7926. Grayscale: #8E8E8E. Windows color (decimal): -8157479 or 14255747. OLE color: 14255747.

HSL color Cylindrical-coordinate representation of color #8386D9: hue angle of 237.91º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8386D9 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131134217-
CMYK0.400.3800.15
HSL237.91º53.09%68.24%-
HSV(B)237.91º39.63%85.1%-
XYZ30.4126.8969.23-
YUV142.56170.01119.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.18%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=27.18%
G=27.80%
B=45.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311342170.400.3800.15237.9153.0968.24
Hex8386D928260Fee3544
Octal203206331504601735665104
Binary10000011100001101101100110100010011001111111011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8386D9; }

 p { color: rgb(131,134,217); }

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

<style>
 a { background-color: #8386D9; }

 a { background-color: rgb(131,134,217); }

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

<style>
 span { border-color: #8386D9; }

 span { border-color: rgb(131,134,217); }

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