#9291DE

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

Shades of Portage #9291DE

Tints of Portage #9291DE

Color information

#9291DE (or 0x9291DE) is unknown color: approx Portage. HEX triplet: 92, 91 and DE. RGB value is (146,145,222). Sum of RGB (Red+Green+Blue) = 146+145+222=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #9291DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291DE is #6D6E21. Grayscale: #999999. Windows color (decimal): -7171618 or 14586258. OLE color: 14586258.

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

Color convert

RGB146145222-
CMYK0.340.3500.13
HSL240.78º53.85%71.96%-
HSV(B)240.78º34.68%87.06%-
XYZ35.1631.6473.36-
YUV154.08166.33122.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=28.46%
G=28.27%
B=43.27%

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
Decimal1461452220.340.3500.13240.7853.8571.96
Hex9291DE22230Df13648
Octal222221336424301536166110
Binary10010010100100011101111010001010001101101111100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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