#9396EF

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

Shades of Portage #9396EF

Tints of Portage #9396EF

Color information

#9396EF (or 0x9396EF) is unknown color: approx Portage. HEX triplet: 93, 96 and EF. RGB value is (147,150,239). Sum of RGB (Red+Green+Blue) = 147+150+239=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #9396EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396EF is #6C6910. Grayscale: #9E9E9E. Windows color (decimal): -7104785 or 15701651. OLE color: 15701651.

HSL color Cylindrical-coordinate representation of color #9396EF: hue angle of 238.04º 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 #9396EF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147150239-
CMYK0.380.3700.06
HSL238.04º74.19%75.69%-
HSV(B)238.04º38.49%93.73%-
XYZ38.5234.2586.24-
YUV159.25173.01119.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=27.43%
G=27.99%
B=44.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471502390.380.3700.06238.0474.1975.69
Hex9396EF262506ee4a4c
Octal223226357464506356112114
Binary10010011100101101110111110011010010101101110111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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