#9193FA

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

Shades of Portage #9193FA

Tints of Portage #9193FA

Color information

#9193FA (or 0x9193FA) is unknown color: approx Portage. HEX triplet: 91, 93 and FA. RGB value is (145,147,250). Sum of RGB (Red+Green+Blue) = 145+147+250=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #9193FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9193FA is #6E6C05. Grayscale: #9D9D9D. Windows color (decimal): -7236614 or 16421777. OLE color: 16421777.

HSL color Cylindrical-coordinate representation of color #9193FA: hue angle of 238.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9193FA is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145147250-
CMYK0.420.4100.02
HSL238.86º91.3%77.45%-
HSV(B)238.86º42%98.04%-
XYZ39.3733.7994.89-
YUV158.14179.84118.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.75%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=26.75%
G=27.12%
B=46.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451472500.420.4100.02238.8691.377.45
Hex9193FA2A2902ef5b4d
Octal221223372525102357133115
Binary1001000110010011111110101010101010010101110111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9193FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9193FA; }

 p { color: rgb(145,147,250); }

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

<style>
 a { background-color: #9193FA; }

 a { background-color: rgb(145,147,250); }

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

<style>
 span { border-color: #9193FA; }

 span { border-color: rgb(145,147,250); }

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