#9197DF

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

Shades of Portage #9197DF

Tints of Portage #9197DF

Color information

#9197DF (or 0x9197DF) is unknown color: approx Portage. HEX triplet: 91, 97 and DF. RGB value is (145,151,223). Sum of RGB (Red+Green+Blue) = 145+151+223=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9197DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197DF is #6E6820. Grayscale: #9D9D9D. Windows color (decimal): -7235617 or 14653329. OLE color: 14653329.

HSL color Cylindrical-coordinate representation of color #9197DF: hue angle of 235.38º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9197DF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145151223-
CMYK0.350.3200.13
HSL235.38º54.93%72.16%-
HSV(B)235.38º34.98%87.45%-
XYZ36.0633.4874.37-
YUV157.41165.01119.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=27.94%
G=29.09%
B=42.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451512230.350.3200.13235.3854.9372.16
Hex9197DF23200Deb3748
Octal221227337434001535367110
Binary10010001100101111101111110001110000001101111010111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9197DF; }

 p { color: rgb(145,151,223); }

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

<style>
 a { background-color: #9197DF; }

 a { background-color: rgb(145,151,223); }

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

<style>
 span { border-color: #9197DF; }

 span { border-color: rgb(145,151,223); }

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