#9391EC

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

Shades of Portage #9391EC

Tints of Portage #9391EC

Color information

#9391EC (or 0x9391EC) is unknown color: approx Portage. HEX triplet: 93, 91 and EC. RGB value is (147,145,236). Sum of RGB (Red+Green+Blue) = 147+145+236=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #9391EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9391EC is #6C6E13. Grayscale: #9B9B9B. Windows color (decimal): -7106068 or 15503763. OLE color: 15503763.

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

Color convert

RGB147145236-
CMYK0.380.3900.07
HSL241.32º70.54%74.71%-
HSV(B)241.32º38.56%92.55%-
XYZ37.332.5183.67-
YUV155.97173.16121.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=27.84%
G=27.46%
B=44.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471452360.380.3900.07241.3270.5474.71
Hex9391EC262707f1474b
Octal223221354464707361107113
Binary10010011100100011110110010011010011101111111000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9391EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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