#9190F7

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

Shades of Portage #9190F7

Tints of Portage #9190F7

Color information

#9190F7 (or 0x9190F7) is unknown color: approx Portage. HEX triplet: 91, 90 and F7. RGB value is (145,144,247). Sum of RGB (Red+Green+Blue) = 145+144+247=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #9190F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9190F7 is #6E6F08. Grayscale: #9B9B9B. Windows color (decimal): -7237385 or 16224401. OLE color: 16224401.

HSL color Cylindrical-coordinate representation of color #9190F7: hue angle of 240.58º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9190F7 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB145144247-
CMYK0.410.4200.03
HSL240.58º86.55%76.67%-
HSV(B)240.58º41.7%96.86%-
XYZ38.4432.6892.28-
YUV156.04179.33120.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 247 (96.88% from 255) = 46.08%
R=27.05%
G=26.87%
B=46.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1451442470.410.4200.03240.5886.5576.67
Hex9190F7292A03f1574d
Octal221220367515203361127115
Binary1001000110010000111101111010011010100111111000110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9190F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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