#9390EA

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

Shades of Portage #9390EA

Tints of Portage #9390EA

Color information

#9390EA (or 0x9390EA) is unknown color: approx Portage. HEX triplet: 93, 90 and EA. RGB value is (147,144,234). Sum of RGB (Red+Green+Blue) = 147+144+234=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #9390EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9390EA is #6C6F15. Grayscale: #9A9A9A. Windows color (decimal): -7106326 or 15372435. OLE color: 15372435.

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

Color convert

RGB147144234-
CMYK0.370.3800.08
HSL242º68.18%74.12%-
HSV(B)242º38.46%91.76%-
XYZ36.8632.0982.09-
YUV155.16172.49122.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=28%
G=27.43%
B=44.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471442340.370.3800.0824268.1874.12
Hex9390EA252608f2444a
Octal2232203524546010362104112
Binary100100111001000011101010100101100110010001111001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9390EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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