#9394EB

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

Shades of Portage #9394EB

Tints of Portage #9394EB

Color information

#9394EB (or 0x9394EB) is unknown color: approx Portage. HEX triplet: 93, 94 and EB. RGB value is (147,148,235). Sum of RGB (Red+Green+Blue) = 147+148+235=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #9394EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9394EB is #6C6B14. Grayscale: #9D9D9D. Windows color (decimal): -7105301 or 15438995. OLE color: 15438995.

HSL color Cylindrical-coordinate representation of color #9394EB: hue angle of 239.32º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9394EB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147148235-
CMYK0.370.3700.08
HSL239.32º68.75%74.9%-
HSV(B)239.32º37.45%92.16%-
XYZ37.6233.3883.06-
YUV157.62171.67120.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 235 (92.19% from 255) = 44.34%
R=27.74%
G=27.92%
B=44.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471482350.370.3700.08239.3268.7574.9
Hex9394EB252508ef454b
Octal2232243534545010357105113
Binary100100111001010011101011100101100101010001110111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9394EB; }

 p { color: rgb(147,148,235); }

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

<style>
 a { background-color: #9394EB; }

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

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

<style>
 span { border-color: #9394EB; }

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

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