#8384DF

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

Shades of Portage #8384DF

Tints of Portage #8384DF

Color information

#8384DF (or 0x8384DF) is unknown color: approx Portage. HEX triplet: 83, 84 and DF. RGB value is (131,132,223). Sum of RGB (Red+Green+Blue) = 131+132+223=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8384DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DF is #7C7B20. Grayscale: #8D8D8D. Windows color (decimal): -8157985 or 14648451. OLE color: 14648451.

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

Color convert

RGB131132223-
CMYK0.410.4100.13
HSL239.35º58.97%69.41%-
HSV(B)239.35º41.26%87.45%-
XYZ30.9326.6673.33-
YUV142.07173.67120.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.95%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=26.95%
G=27.16%
B=45.88%

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
Decimal1311322230.410.4100.13239.3558.9769.41
Hex8384DF29290Def3b45
Octal203204337515101535773105
Binary10000011100001001101111110100110100101101111011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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