#8391D9

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

Shades of Portage #8391D9

Tints of Portage #8391D9

Color information

#8391D9 (or 0x8391D9) is unknown color: approx Portage. HEX triplet: 83, 91 and D9. RGB value is (131,145,217). Sum of RGB (Red+Green+Blue) = 131+145+217=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #8391D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391D9 is #7C6E26. Grayscale: #949494. Windows color (decimal): -8154663 or 14258563. OLE color: 14258563.

HSL color Cylindrical-coordinate representation of color #8391D9: hue angle of 230.23º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8391D9 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131145217-
CMYK0.400.3300.15
HSL230.23º53.09%68.24%-
HSV(B)230.23º39.63%85.1%-
XYZ32.0130.0969.77-
YUV149.02166.36115.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=26.57%
G=29.41%
B=44.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311452170.400.3300.15230.2353.0968.24
Hex8391D928210Fe63544
Octal203221331504101734665104
Binary10000011100100011101100110100010000101111111001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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