#9191DE

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

Shades of Portage #9191DE

Tints of Portage #9191DE

Color information

#9191DE (or 0x9191DE) is unknown color: approx Portage. HEX triplet: 91, 91 and DE. RGB value is (145,145,222). Sum of RGB (Red+Green+Blue) = 145+145+222=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #9191DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9191DE is #6E6E21. Grayscale: #999999. Windows color (decimal): -7237154 or 14586257. OLE color: 14586257.

HSL color Cylindrical-coordinate representation of color #9191DE: hue angle of 240º degrees, saturation: 0.54, 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 #9191DE is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145145222-
CMYK0.350.3500.13
HSL240º53.85%71.96%-
HSV(B)240º34.68%87.06%-
XYZ34.9931.5473.35-
YUV153.78166.5121.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=28.32%
G=28.32%
B=43.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451452220.350.3500.1324053.8571.96
Hex9191DE23230Df03648
Octal221221336434301536066110
Binary10010001100100011101111010001110001101101111100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9191DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9191DE; }

 p { color: rgb(145,145,222); }

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

<style>
 a { background-color: #9191DE; }

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

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

<style>
 span { border-color: #9191DE; }

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

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