#9390EF

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

Shades of Portage #9390EF

Tints of Portage #9390EF

Color information

#9390EF (or 0x9390EF) is unknown color: approx Portage. HEX triplet: 93, 90 and EF. RGB value is (147,144,239). Sum of RGB (Red+Green+Blue) = 147+144+239=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #9390EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9390EF is #6C6F10. Grayscale: #9B9B9B. Windows color (decimal): -7106321 or 15700115. OLE color: 15700115.

HSL color Cylindrical-coordinate representation of color #9390EF: hue angle of 241.89º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9390EF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147144239-
CMYK0.380.4000.06
HSL241.89º74.8%75.1%-
HSV(B)241.89º39.75%93.73%-
XYZ37.5932.3885.93-
YUV155.73174.99121.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 239 (93.75% from 255) = 45.09%
R=27.74%
G=27.17%
B=45.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471442390.380.4000.06241.8974.875.1
Hex9390EF262806f24b4b
Octal223220357465006362113113
Binary10010011100100001110111110011010100001101111001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9390EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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