#8384DE

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

Shades of Portage #8384DE

Tints of Portage #8384DE

Color information

#8384DE (or 0x8384DE) is unknown color: approx Portage. HEX triplet: 83, 84 and DE. RGB value is (131,132,222). Sum of RGB (Red+Green+Blue) = 131+132+222=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #8384DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DE is #7C7B21. Grayscale: #8D8D8D. Windows color (decimal): -8157986 or 14582915. OLE color: 14582915.

HSL color Cylindrical-coordinate representation of color #8384DE: hue angle of 239.34º 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 #8384DE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131132222-
CMYK0.410.4100.13
HSL239.34º57.96%69.22%-
HSV(B)239.34º40.99%87.06%-
XYZ30.826.672.62-
YUV141.96173.17120.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=27.01%
G=27.22%
B=45.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311322220.410.4100.13239.3457.9669.22
Hex8384DE29290Def3a45
Octal203204336515101535772105
Binary10000011100001001101111010100110100101101111011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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