#9389EA

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

Shades of Portage #9389EA

Tints of Portage #9389EA

Color information

#9389EA (or 0x9389EA) is unknown color: approx Portage. HEX triplet: 93, 89 and EA. RGB value is (147,137,234). Sum of RGB (Red+Green+Blue) = 147+137+234=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #9389EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389EA is #6C7615. Grayscale: #969696. Windows color (decimal): -7108118 or 15370643. OLE color: 15370643.

HSL color Cylindrical-coordinate representation of color #9389EA: hue angle of 246.19º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9389EA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147137234-
CMYK0.370.4100.08
HSL246.19º69.78%72.75%-
HSV(B)246.19º41.45%91.76%-
XYZ35.8330.0381.75-
YUV151.05174.81125.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=28.38%
G=26.45%
B=45.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471372340.370.4100.08246.1969.7872.75
Hex9389EA252908f64649
Octal2232113524551010366106111
Binary100100111000100111101010100101101001010001111011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,137,234); }

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

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

 a { background-color: rgb(147,137,234); }

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

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

 span { border-color: rgb(147,137,234); }

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