#9294E9

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

Shades of Portage #9294E9

Tints of Portage #9294E9

Color information

#9294E9 (or 0x9294E9) is unknown color: approx Portage. HEX triplet: 92, 94 and E9. RGB value is (146,148,233). Sum of RGB (Red+Green+Blue) = 146+148+233=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #9294E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9294E9 is #6D6B16. Grayscale: #9C9C9C. Windows color (decimal): -7170839 or 15307922. OLE color: 15307922.

HSL color Cylindrical-coordinate representation of color #9294E9: hue angle of 238.62º 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 #9294E9 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146148233-
CMYK0.370.3600.09
HSL238.62º66.41%74.31%-
HSV(B)238.62º37.34%91.37%-
XYZ37.1533.1781.54-
YUV157.09170.84120.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 233 (91.41% from 255) = 44.21%
R=27.70%
G=28.08%
B=44.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1461482330.370.3600.09238.6266.4174.31
Hex9294E9252409ef424a
Octal2222243514544011357102112
Binary100100101001010011101001100101100100010011110111110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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