#9292E9

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

Shades of Portage #9292E9

Tints of Portage #9292E9

Color information

#9292E9 (or 0x9292E9) is unknown color: approx Portage. HEX triplet: 92, 92 and E9. RGB value is (146,146,233). Sum of RGB (Red+Green+Blue) = 146+146+233=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #9292E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292E9 is #6D6D16. Grayscale: #9B9B9B. Windows color (decimal): -7171351 or 15307410. OLE color: 15307410.

HSL color Cylindrical-coordinate representation of color #9292E9: hue angle of 240º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9292E9 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146146233-
CMYK0.370.3700.09
HSL240º66.41%74.31%-
HSV(B)240º37.34%91.37%-
XYZ36.8432.5581.43-
YUV155.92171.5120.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=27.81%
G=27.81%
B=44.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1461462330.370.3700.0924066.4174.31
Hex9292E9252509f0424a
Octal2222223514545011360102112
Binary100100101001001011101001100101100101010011111000010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9292E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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