#8386DE

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

Shades of Portage #8386DE

Tints of Portage #8386DE

Color information

#8386DE (or 0x8386DE) is unknown color: approx Portage. HEX triplet: 83, 86 and DE. RGB value is (131,134,222). Sum of RGB (Red+Green+Blue) = 131+134+222=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #8386DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386DE is #7C7921. Grayscale: #8E8E8E. Windows color (decimal): -8157474 or 14583427. OLE color: 14583427.

HSL color Cylindrical-coordinate representation of color #8386DE: hue angle of 238.02º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8386DE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131134222-
CMYK0.410.4000.13
HSL238.02º57.96%69.22%-
HSV(B)238.02º40.99%87.06%-
XYZ31.0727.1572.71-
YUV143.14172.51119.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=26.90%
G=27.52%
B=45.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311342220.410.4000.13238.0257.9669.22
Hex8386DE29280Dee3a45
Octal203206336515001535672105
Binary10000011100001101101111010100110100001101111011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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