#9199EC

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

Shades of Portage #9199EC

Tints of Portage #9199EC

Color information

#9199EC (or 0x9199EC) is unknown color: approx Portage. HEX triplet: 91, 99 and EC. RGB value is (145,153,236). Sum of RGB (Red+Green+Blue) = 145+153+236=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #9199EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9199EC is #6E6613. Grayscale: #9F9F9F. Windows color (decimal): -7235092 or 15505809. OLE color: 15505809.

HSL color Cylindrical-coordinate representation of color #9199EC: hue angle of 234.73º 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 #9199EC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145153236-
CMYK0.390.3500.07
HSL234.73º70.54%74.71%-
HSV(B)234.73º38.56%92.55%-
XYZ38.2134.8684.07-
YUV160.07170.85117.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.15%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=27.15%
G=28.65%
B=44.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451532360.390.3500.07234.7370.5474.71
Hex9199EC272307eb474b
Octal221231354474307353107113
Binary10010001100110011110110010011110001101111110101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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