#9E9BFB

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

Shades of Portage #9E9BFB

Tints of Portage #9E9BFB

Color information

#9E9BFB (or 0x9E9BFB) is unknown color: approx Portage. HEX triplet: 9E, 9B and FB. RGB value is (158,155,251). Sum of RGB (Red+Green+Blue) = 158+155+251=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E9BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BFB is #616404. Grayscale: #A6A6A6. Windows color (decimal): -6382597 or 16489374. OLE color: 16489374.

HSL color Cylindrical-coordinate representation of color #9E9BFB: hue angle of 241.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9BFB is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158155251-
CMYK0.370.3800.02
HSL241.88º92.31%79.61%-
HSV(B)241.88º38.25%98.43%-
XYZ43.2337.6896.26-
YUV166.84175.49121.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.01%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=28.01%
G=27.48%
B=44.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581552510.370.3800.02241.8892.3179.61
Hex9E9BFB252602f25c50
Octal236233373454602362134120
Binary1001111010011011111110111001011001100101111001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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