#9391EF

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

Shades of Portage #9391EF

Tints of Portage #9391EF

Color information

#9391EF (or 0x9391EF) is unknown color: approx Portage. HEX triplet: 93, 91 and EF. RGB value is (147,145,239). Sum of RGB (Red+Green+Blue) = 147+145+239=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #9391EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9391EF is #6C6E10. Grayscale: #9B9B9B. Windows color (decimal): -7106065 or 15700371. OLE color: 15700371.

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

Color convert

RGB147145239-
CMYK0.380.3900.06
HSL241.28º74.6%75.29%-
HSV(B)241.28º39.33%93.73%-
XYZ37.7432.6985.98-
YUV156.31174.66121.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=27.68%
G=27.31%
B=45.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471452390.380.3900.06241.2874.675.29
Hex9391EF262706f14b4b
Octal223221357464706361113113
Binary10010011100100011110111110011010011101101111000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9391EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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