#9189EB

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

Shades of Portage #9189EB

Tints of Portage #9189EB

Color information

#9189EB (or 0x9189EB) is unknown color: approx Portage. HEX triplet: 91, 89 and EB. RGB value is (145,137,235). Sum of RGB (Red+Green+Blue) = 145+137+235=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #9189EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9189EB is #6E7614. Grayscale: #969696. Windows color (decimal): -7239189 or 15436177. OLE color: 15436177.

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

Color convert

RGB145137235-
CMYK0.380.4200.08
HSL244.9º71.01%72.94%-
HSV(B)244.9º41.7%92.16%-
XYZ35.6229.9182.49-
YUV150.56175.65124.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.05%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=28.05%
G=26.50%
B=45.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451372350.380.4200.08244.971.0172.94
Hex9189EB262A08f54749
Octal2212113534652010365107111
Binary100100011000100111101011100110101010010001111010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9189EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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