#9290EB

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

Shades of Portage #9290EB

Tints of Portage #9290EB

Color information

#9290EB (or 0x9290EB) is unknown color: approx Portage. HEX triplet: 92, 90 and EB. RGB value is (146,144,235). Sum of RGB (Red+Green+Blue) = 146+144+235=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #9290EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290EB is #6D6F14. Grayscale: #9A9A9A. Windows color (decimal): -7171861 or 15437970. OLE color: 15437970.

HSL color Cylindrical-coordinate representation of color #9290EB: hue angle of 241.32º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9290EB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146144235-
CMYK0.380.3900.08
HSL241.32º69.47%74.31%-
HSV(B)241.32º38.72%92.16%-
XYZ36.8232.0682.84-
YUV154.97173.16121.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=27.81%
G=27.43%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461442350.380.3900.08241.3269.4774.31
Hex9290EB262708f1454a
Octal2222203534647010361105112
Binary100100101001000011101011100110100111010001111000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9290EB; }

 p { color: rgb(146,144,235); }

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

<style>
 a { background-color: #9290EB; }

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

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

<style>
 span { border-color: #9290EB; }

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

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