#9190EB

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

Shades of Portage #9190EB

Tints of Portage #9190EB

Color information

#9190EB (or 0x9190EB) is unknown color: approx Portage. HEX triplet: 91, 90 and EB. RGB value is (145,144,235). Sum of RGB (Red+Green+Blue) = 145+144+235=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #9190EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9190EB is #6E6F14. Grayscale: #9A9A9A. Windows color (decimal): -7237397 or 15437969. OLE color: 15437969.

HSL color Cylindrical-coordinate representation of color #9190EB: hue angle of 240.66º 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 #9190EB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145144235-
CMYK0.380.3900.08
HSL240.66º69.47%74.31%-
HSV(B)240.66º38.72%92.16%-
XYZ36.6531.9682.84-
YUV154.67173.33121.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=27.67%
G=27.48%
B=44.85%

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
Decimal1451442350.380.3900.08240.6669.4774.31
Hex9190EB262708f1454a
Octal2212203534647010361105112
Binary100100011001000011101011100110100111010001111000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9190EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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