#8390DE

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

Shades of Portage #8390DE

Tints of Portage #8390DE

Color information

#8390DE (or 0x8390DE) is unknown color: approx Portage. HEX triplet: 83, 90 and DE. RGB value is (131,144,222). Sum of RGB (Red+Green+Blue) = 131+144+222=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #8390DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390DE is #7C6F21. Grayscale: #949494. Windows color (decimal): -8154914 or 14585987. OLE color: 14585987.

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

Color convert

RGB131144222-
CMYK0.410.3500.13
HSL231.43º57.96%69.22%-
HSV(B)231.43º40.99%87.06%-
XYZ32.5230.0573.19-
YUV149169.19115.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.36%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=26.36%
G=28.97%
B=44.67%

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
Decimal1311442220.410.3500.13231.4357.9669.22
Hex8390DE29230De73a45
Octal203220336514301534772105
Binary10000011100100001101111010100110001101101111001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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