#9391DF

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

Shades of Portage #9391DF

Tints of Portage #9391DF

Color information

#9391DF (or 0x9391DF) is unknown color: approx Portage. HEX triplet: 93, 91 and DF. RGB value is (147,145,223). Sum of RGB (Red+Green+Blue) = 147+145+223=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #9391DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9391DF is #6C6E20. Grayscale: #9A9A9A. Windows color (decimal): -7106081 or 14651795. OLE color: 14651795.

HSL color Cylindrical-coordinate representation of color #9391DF: hue angle of 241.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9391DF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147145223-
CMYK0.340.3500.13
HSL241.54º54.93%72.16%-
HSV(B)241.54º34.98%87.45%-
XYZ35.4831.7874.08-
YUV154.49166.66122.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=28.54%
G=28.16%
B=43.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471452230.340.3500.13241.5454.9372.16
Hex9391DF22230Df23748
Octal223221337424301536267110
Binary10010011100100011101111110001010001101101111100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9391DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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