#9392EA

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

Shades of Portage #9392EA

Tints of Portage #9392EA

Color information

#9392EA (or 0x9392EA) is unknown color: approx Portage. HEX triplet: 93, 92 and EA. RGB value is (147,146,234). Sum of RGB (Red+Green+Blue) = 147+146+234=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #9392EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9392EA is #6C6D15. Grayscale: #9B9B9B. Windows color (decimal): -7105814 or 15372947. OLE color: 15372947.

HSL color Cylindrical-coordinate representation of color #9392EA: hue angle of 240.68º degrees, saturation: 0.68, 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 #9392EA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147146234-
CMYK0.370.3800.08
HSL240.68º67.69%74.51%-
HSV(B)240.68º37.61%91.76%-
XYZ37.1632.782.2-
YUV156.33171.83121.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=27.89%
G=27.70%
B=44.40%

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
Decimal1471462340.370.3800.08240.6867.6974.51
Hex9392EA252608f1444b
Octal2232223524546010361104113
Binary100100111001001011101010100101100110010001111000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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