#9197EC

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

Shades of Portage #9197EC

Tints of Portage #9197EC

Color information

#9197EC (or 0x9197EC) is unknown color: approx Portage. HEX triplet: 91, 97 and EC. RGB value is (145,151,236). Sum of RGB (Red+Green+Blue) = 145+151+236=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #9197EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9197EC is #6E6813. Grayscale: #9E9E9E. Windows color (decimal): -7235604 or 15505297. OLE color: 15505297.

HSL color Cylindrical-coordinate representation of color #9197EC: hue angle of 236.04º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9197EC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145151236-
CMYK0.390.3600.07
HSL236.04º70.54%74.71%-
HSV(B)236.04º38.56%92.55%-
XYZ37.8834.2183.96-
YUV158.9171.51118.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.26%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=27.26%
G=28.38%
B=44.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451512360.390.3600.07236.0470.5474.71
Hex9197EC272407ec474b
Octal221227354474407354107113
Binary10010001100101111110110010011110010001111110110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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