#9E9FEB

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

Shades of Portage #9E9FEB

Tints of Portage #9E9FEB

Color information

#9E9FEB (or 0x9E9FEB) is unknown color: approx Portage. HEX triplet: 9E, 9F and EB. RGB value is (158,159,235). Sum of RGB (Red+Green+Blue) = 158+159+235=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FEB is #616014. Grayscale: #A7A7A7. Windows color (decimal): -6381589 or 15441822. OLE color: 15441822.

HSL color Cylindrical-coordinate representation of color #9E9FEB: hue angle of 239.22º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E9FEB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158159235-
CMYK0.330.3200.08
HSL239.22º65.81%77.06%-
HSV(B)239.22º32.77%92.16%-
XYZ41.4938.0683.76-
YUV167.36166.17121.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.62%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=28.62%
G=28.80%
B=42.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581592350.330.3200.08239.2265.8177.06
Hex9E9FEB212008ef424d
Octal2362373534140010357102115
Binary100111101001111111101011100001100000010001110111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,159,235); }

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

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

 a { background-color: rgb(158,159,235); }

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

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

 span { border-color: rgb(158,159,235); }

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