#8392EA

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

Shades of Portage #8392EA

Tints of Portage #8392EA

Color information

#8392EA (or 0x8392EA) is unknown color: approx Portage. HEX triplet: 83, 92 and EA. RGB value is (131,146,234). Sum of RGB (Red+Green+Blue) = 131+146+234=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8392EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8392EA is #7C6D15. Grayscale: #979797. Windows color (decimal): -8154390 or 15372931. OLE color: 15372931.

HSL color Cylindrical-coordinate representation of color #8392EA: hue angle of 231.26º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8392EA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131146234-
CMYK0.440.3800.08
HSL231.26º71.03%71.57%-
HSV(B)231.26º44.02%91.76%-
XYZ34.4931.3282.07-
YUV151.55174.53113.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=25.64%
G=28.57%
B=45.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311462340.440.3800.08231.2671.0371.57
Hex8392EA2C2608e74748
Octal2032223525446010347107110
Binary100000111001001011101010101100100110010001110011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8392EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8392EA; }

 p { color: rgb(131,146,234); }

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

<style>
 a { background-color: #8392EA; }

 a { background-color: rgb(131,146,234); }

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

<style>
 span { border-color: #8392EA; }

 span { border-color: rgb(131,146,234); }

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