#9E9CF5

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

Shades of Portage #9E9CF5

Tints of Portage #9E9CF5

Color information

#9E9CF5 (or 0x9E9CF5) is unknown color: approx Portage. HEX triplet: 9E, 9C and F5. RGB value is (158,156,245). Sum of RGB (Red+Green+Blue) = 158+156+245=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #9E9CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CF5 is #61630A. Grayscale: #A6A6A6. Windows color (decimal): -6382347 or 16096414. OLE color: 16096414.

HSL color Cylindrical-coordinate representation of color #9E9CF5: hue angle of 241.35º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E9CF5 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158156245-
CMYK0.360.3600.04
HSL241.35º81.65%78.63%-
HSV(B)241.35º36.33%96.08%-
XYZ42.4737.6491.41-
YUV166.74172.16121.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=28.26%
G=27.91%
B=43.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581562450.360.3600.04241.3581.6578.63
Hex9E9CF5242404f1524f
Octal236234365444404361122117
Binary10011110100111001111010110010010010001001111000110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9CF5; }

 p { color: rgb(158,156,245); }

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

<style>
 a { background-color: #9E9CF5; }

 a { background-color: rgb(158,156,245); }

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

<style>
 span { border-color: #9E9CF5; }

 span { border-color: rgb(158,156,245); }

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