#8384EA

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

Shades of Portage #8384EA

Tints of Portage #8384EA

Color information

#8384EA (or 0x8384EA) is unknown color: approx Portage. HEX triplet: 83, 84 and EA. RGB value is (131,132,234). Sum of RGB (Red+Green+Blue) = 131+132+234=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #8384EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8384EA is #7C7B15. Grayscale: #8E8E8E. Windows color (decimal): -8157974 or 15369347. OLE color: 15369347.

HSL color Cylindrical-coordinate representation of color #8384EA: hue angle of 239.42º 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 #8384EA is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131132234-
CMYK0.440.4400.08
HSL239.42º71.03%71.57%-
HSV(B)239.42º44.02%91.76%-
XYZ32.4627.2781.39-
YUV143.33179.17119.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.36%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=26.36%
G=26.56%
B=47.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311322340.440.4400.08239.4271.0371.57
Hex8384EA2C2C08ef4748
Octal2032043525454010357107110
Binary100000111000010011101010101100101100010001110111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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