#9193D7

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

Shades of Portage #9193D7

Tints of Portage #9193D7

Color information

#9193D7 (or 0x9193D7) is unknown color: approx Portage. HEX triplet: 91, 93 and D7. RGB value is (145,147,215). Sum of RGB (Red+Green+Blue) = 145+147+215=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #9193D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9193D7 is #6E6C28. Grayscale: #999999. Windows color (decimal): -7236649 or 14128017. OLE color: 14128017.

HSL color Cylindrical-coordinate representation of color #9193D7: hue angle of 238.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9193D7 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145147215-
CMYK0.330.3200.16
HSL238.29º46.67%70.59%-
HSV(B)238.29º32.56%84.31%-
XYZ34.3831.7968.61-
YUV154.15162.34121.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.60%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=28.60%
G=28.99%
B=42.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451472150.330.3200.16238.2946.6770.59
Hex9193D72120010ee2f47
Octal221223327414002035657107
Binary100100011001001111010111100001100000010000111011101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9193D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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