#9393EF

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

Shades of Portage #9393EF

Tints of Portage #9393EF

Color information

#9393EF (or 0x9393EF) is unknown color: approx Portage. HEX triplet: 93, 93 and EF. RGB value is (147,147,239). Sum of RGB (Red+Green+Blue) = 147+147+239=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #9393EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9393EF is #6C6C10. Grayscale: #9D9D9D. Windows color (decimal): -7105553 or 15700883. OLE color: 15700883.

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

Color convert

RGB147147239-
CMYK0.380.3800.06
HSL240º74.19%75.69%-
HSV(B)240º38.49%93.73%-
XYZ38.0533.386.08-
YUV157.49174120.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=27.58%
G=27.58%
B=44.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471472390.380.3800.0624074.1975.69
Hex9393EF262606f04a4c
Octal223223357464606360112114
Binary10010011100100111110111110011010011001101111000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9393EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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