#8385DB

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

Shades of Portage #8385DB

Tints of Portage #8385DB

Color information

#8385DB (or 0x8385DB) is unknown color: approx Portage. HEX triplet: 83, 85 and DB. RGB value is (131,133,219). Sum of RGB (Red+Green+Blue) = 131+133+219=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8385DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385DB is #7C7A24. Grayscale: #8D8D8D. Windows color (decimal): -8157733 or 14386563. OLE color: 14386563.

HSL color Cylindrical-coordinate representation of color #8385DB: hue angle of 238.64º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8385DB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131133219-
CMYK0.400.3900.14
HSL238.64º55%68.63%-
HSV(B)238.64º40.18%85.88%-
XYZ30.5326.7170.57-
YUV142.21171.34120.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=27.12%
G=27.54%
B=45.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311332190.400.3900.14238.645568.63
Hex8385DB28270Eef3745
Octal203205333504701635767105
Binary10000011100001011101101110100010011101110111011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8385DB; }

 p { color: rgb(131,133,219); }

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

<style>
 a { background-color: #8385DB; }

 a { background-color: rgb(131,133,219); }

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

<style>
 span { border-color: #8385DB; }

 span { border-color: rgb(131,133,219); }

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