#9E9DF4

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

Shades of Portage #9E9DF4

Tints of Portage #9E9DF4

Color information

#9E9DF4 (or 0x9E9DF4) is unknown color: approx Portage. HEX triplet: 9E, 9D and F4. RGB value is (158,157,244). Sum of RGB (Red+Green+Blue) = 158+157+244=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #9E9DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9DF4 is #61620B. Grayscale: #A6A6A6. Windows color (decimal): -6382092 or 16031134. OLE color: 16031134.

HSL color Cylindrical-coordinate representation of color #9E9DF4: hue angle of 240.69º degrees, saturation: 0.8, 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 #9E9DF4 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158157244-
CMYK0.350.3600.04
HSL240.69º79.82%78.63%-
HSV(B)240.69º35.66%95.69%-
XYZ42.4937.9190.67-
YUV167.22171.33121.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 244 (95.70% from 255) = 43.65%
R=28.26%
G=28.09%
B=43.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581572440.350.3600.04240.6979.8278.63
Hex9E9DF4232404f1504f
Octal236235364434404361120117
Binary10011110100111011111010010001110010001001111000110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,244); }

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

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

 a { background-color: rgb(158,157,244); }

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

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

 span { border-color: rgb(158,157,244); }

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