#9292DE

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

Shades of Portage #9292DE

Tints of Portage #9292DE

Color information

#9292DE (or 0x9292DE) is unknown color: approx Portage. HEX triplet: 92, 92 and DE. RGB value is (146,146,222). Sum of RGB (Red+Green+Blue) = 146+146+222=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #9292DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9292DE is #6D6D21. Grayscale: #9A9A9A. Windows color (decimal): -7171362 or 14586514. OLE color: 14586514.

HSL color Cylindrical-coordinate representation of color #9292DE: 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.34%. Process color model (Four color, CMYK) of #9292DE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146146222-
CMYK0.340.3400.13
HSL240º53.52%72.16%-
HSV(B)240º34.23%87.06%-
XYZ35.3231.9473.41-
YUV154.66166121.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=28.40%
G=28.40%
B=43.19%

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
Decimal1461462220.340.3400.1324053.5272.16
Hex9292DE22220Df03648
Octal222222336424201536066110
Binary10010010100100101101111010001010001001101111100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9292DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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