#8391DF

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

Shades of Portage #8391DF

Tints of Portage #8391DF

Color information

#8391DF (or 0x8391DF) is unknown color: approx Portage. HEX triplet: 83, 91 and DF. RGB value is (131,145,223). Sum of RGB (Red+Green+Blue) = 131+145+223=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #8391DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391DF is #7C6E20. Grayscale: #959595. Windows color (decimal): -8154657 or 14651779. OLE color: 14651779.

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

Color convert

RGB131145223-
CMYK0.410.3500.13
HSL230.87º58.97%69.41%-
HSV(B)230.87º41.26%87.45%-
XYZ32.830.473.95-
YUV149.71169.36114.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=26.25%
G=29.06%
B=44.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311452230.410.3500.13230.8758.9769.41
Hex8391DF29230De73b45
Octal203221337514301534773105
Binary10000011100100011101111110100110001101101111001111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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