#9293DE

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

Shades of Portage #9293DE

Tints of Portage #9293DE

Color information

#9293DE (or 0x9293DE) is unknown color: approx Portage. HEX triplet: 92, 93 and DE. RGB value is (146,147,222). Sum of RGB (Red+Green+Blue) = 146+147+222=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #9293DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293DE is #6D6C21. Grayscale: #9A9A9A. Windows color (decimal): -7171106 or 14586770. OLE color: 14586770.

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

Color convert

RGB146147222-
CMYK0.340.3400.13
HSL239.21º53.52%72.16%-
HSV(B)239.21º34.23%87.06%-
XYZ35.4732.2573.46-
YUV155.25165.67121.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=28.35%
G=28.54%
B=43.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461472220.340.3400.13239.2153.5272.16
Hex9293DE22220Def3648
Octal222223336424201535766110
Binary10010010100100111101111010001010001001101111011111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,147,222); }

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

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

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

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

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

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

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