#8391DB

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

Shades of Portage #8391DB

Tints of Portage #8391DB

Color information

#8391DB (or 0x8391DB) is unknown color: approx Portage. HEX triplet: 83, 91 and DB. RGB value is (131,145,219). Sum of RGB (Red+Green+Blue) = 131+145+219=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8391DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391DB is #7C6E24. Grayscale: #949494. Windows color (decimal): -8154661 or 14389635. OLE color: 14389635.

HSL color Cylindrical-coordinate representation of color #8391DB: hue angle of 230.45º 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 #8391DB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131145219-
CMYK0.400.3400.14
HSL230.45º55%68.63%-
HSV(B)230.45º40.18%85.88%-
XYZ32.2730.1971.14-
YUV149.25167.36114.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.46%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=26.46%
G=29.29%
B=44.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311452190.400.3400.14230.455568.63
Hex8391DB28220Ee63745
Octal203221333504201634667105
Binary10000011100100011101101110100010001001110111001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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