#9197D5

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

Shades of Portage #9197D5

Tints of Portage #9197D5

Color information

#9197D5 (or 0x9197D5) is unknown color: approx Portage. HEX triplet: 91, 97 and D5. RGB value is (145,151,213). Sum of RGB (Red+Green+Blue) = 145+151+213=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #9197D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197D5 is #6E682A. Grayscale: #9C9C9C. Windows color (decimal): -7235627 or 13997969. OLE color: 13997969.

HSL color Cylindrical-coordinate representation of color #9197D5: hue angle of 234.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9197D5 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145151213-
CMYK0.320.2900.16
HSL234.71º44.74%70.2%-
HSV(B)234.71º31.92%83.53%-
XYZ34.7532.9667.48-
YUV156.27160.01119.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.49%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=28.49%
G=29.67%
B=41.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451512130.320.2900.16234.7144.7470.2
Hex9197D5201D010eb2d46
Octal221227325403502035355106
Binary10010001100101111101010110000011101010000111010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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