#8393DE

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

Shades of Portage #8393DE

Tints of Portage #8393DE

Color information

#8393DE (or 0x8393DE) is unknown color: approx Portage. HEX triplet: 83, 93 and DE. RGB value is (131,147,222). Sum of RGB (Red+Green+Blue) = 131+147+222=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #8393DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393DE is #7C6C21. Grayscale: #969696. Windows color (decimal): -8154146 or 14586755. OLE color: 14586755.

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

Color convert

RGB131147222-
CMYK0.410.3400.13
HSL229.45º57.96%69.22%-
HSV(B)229.45º40.99%87.06%-
XYZ32.9830.9773.35-
YUV150.77168.2113.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=26.2%
G=29.4%
B=44.4%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311472220.410.3400.13229.4557.9669.22
Hex8393DE29220De53a45
Octal203223336514201534572105
Binary10000011100100111101111010100110001001101111001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8393DE; }

 p { color: rgb(131,147,222); }

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

<style>
 a { background-color: #8393DE; }

 a { background-color: rgb(131,147,222); }

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

<style>
 span { border-color: #8393DE; }

 span { border-color: rgb(131,147,222); }

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