#8390EE

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

Shades of Portage #8390EE

Tints of Portage #8390EE

Color information

#8390EE (or 0x8390EE) is unknown color: approx Portage. HEX triplet: 83, 90 and EE. RGB value is (131,144,238). Sum of RGB (Red+Green+Blue) = 131+144+238=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #8390EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390EE is #7C6F11. Grayscale: #969696. Windows color (decimal): -8154898 or 15634563. OLE color: 15634563.

HSL color Cylindrical-coordinate representation of color #8390EE: hue angle of 232.71º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8390EE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131144238-
CMYK0.450.3900.07
HSL232.71º75.89%72.35%-
HSV(B)232.71º44.96%93.33%-
XYZ34.7730.9485.03-
YUV150.83177.19113.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.54%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=25.54%
G=28.07%
B=46.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311442380.450.3900.07232.7175.8972.35
Hex8390EE2D2707e94c48
Octal203220356554707351114110
Binary10000011100100001110111010110110011101111110100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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