#9E9BF2

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

Shades of Portage #9E9BF2

Tints of Portage #9E9BF2

Color information

#9E9BF2 (or 0x9E9BF2) is unknown color: approx Portage. HEX triplet: 9E, 9B and F2. RGB value is (158,155,242). Sum of RGB (Red+Green+Blue) = 158+155+242=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E9BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BF2 is #61640D. Grayscale: #A5A5A5. Windows color (decimal): -6382606 or 15899550. OLE color: 15899550.

HSL color Cylindrical-coordinate representation of color #9E9BF2: hue angle of 242.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E9BF2 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158155242-
CMYK0.350.3600.05
HSL242.07º76.99%77.84%-
HSV(B)242.07º35.95%94.9%-
XYZ41.8537.1288.96-
YUV165.82170.99122.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=28.47%
G=27.93%
B=43.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581552420.350.3600.05242.0776.9977.84
Hex9E9BF2232405f24d4e
Octal236233362434405362115116
Binary10011110100110111111001010001110010001011111001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,155,242); }

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

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

 a { background-color: rgb(158,155,242); }

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

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

 span { border-color: rgb(158,155,242); }

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