#9392EB

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

Shades of Portage #9392EB

Tints of Portage #9392EB

Color information

#9392EB (or 0x9392EB) is unknown color: approx Portage. HEX triplet: 93, 92 and EB. RGB value is (147,146,235). Sum of RGB (Red+Green+Blue) = 147+146+235=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #9392EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9392EB is #6C6D14. Grayscale: #9C9C9C. Windows color (decimal): -7105813 or 15438483. OLE color: 15438483.

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

Color convert

RGB147146235-
CMYK0.370.3800.08
HSL240.67º68.99%74.71%-
HSV(B)240.67º37.87%92.16%-
XYZ37.3132.7682.95-
YUV156.44172.33121.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=27.84%
G=27.65%
B=44.51%

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
Decimal1471462350.370.3800.08240.6768.9974.71
Hex9392EB252608f1454b
Octal2232223534546010361105113
Binary100100111001001011101011100101100110010001111000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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