#8386EB

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

Shades of Portage #8386EB

Tints of Portage #8386EB

Color information

#8386EB (or 0x8386EB) is unknown color: approx Portage. HEX triplet: 83, 86 and EB. RGB value is (131,134,235). Sum of RGB (Red+Green+Blue) = 131+134+235=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #8386EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8386EB is #7C7914. Grayscale: #909090. Windows color (decimal): -8157461 or 15435395. OLE color: 15435395.

HSL color Cylindrical-coordinate representation of color #8386EB: hue angle of 238.27º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8386EB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131134235-
CMYK0.440.4300.08
HSL238.27º72.22%71.76%-
HSV(B)238.27º44.26%92.16%-
XYZ32.8827.8782.24-
YUV144.62179.01118.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 235 (92.19% from 255) = 47%
R=26.2%
G=26.8%
B=47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311342350.440.4300.08238.2772.2271.76
Hex8386EB2C2B08ee4848
Octal2032063535453010356110110
Binary100000111000011011101011101100101011010001110111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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