#9196EE

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

Shades of Portage #9196EE

Tints of Portage #9196EE

Color information

#9196EE (or 0x9196EE) is unknown color: approx Portage. HEX triplet: 91, 96 and EE. RGB value is (145,150,238). Sum of RGB (Red+Green+Blue) = 145+150+238=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #9196EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9196EE is #6E6911. Grayscale: #9E9E9E. Windows color (decimal): -7235858 or 15636113. OLE color: 15636113.

HSL color Cylindrical-coordinate representation of color #9196EE: hue angle of 236.77º degrees, saturation: 0.73, 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 #9196EE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145150238-
CMYK0.390.3700.07
HSL236.77º73.23%75.1%-
HSV(B)236.77º39.08%93.33%-
XYZ38.0234.0185.45-
YUV158.54172.84118.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=27.20%
G=28.14%
B=44.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451502380.390.3700.07236.7773.2375.1
Hex9196EE272507ed494b
Octal221226356474507355111113
Binary10010001100101101110111010011110010101111110110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9196EE; }

 p { color: rgb(145,150,238); }

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

<style>
 a { background-color: #9196EE; }

 a { background-color: rgb(145,150,238); }

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

<style>
 span { border-color: #9196EE; }

 span { border-color: rgb(145,150,238); }

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