#9E9CB2

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

Shades of Logan #9E9CB2

Tints of Logan #9E9CB2

Color information

#9E9CB2 (or 0x9E9CB2) is unknown color: approx Logan. HEX triplet: 9E, 9C and B2. RGB value is (158,156,178). Sum of RGB (Red+Green+Blue) = 158+156+178=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #9E9CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9CB2 is #61634D. Grayscale: #9F9F9F. Windows color (decimal): -6382414 or 11705502. OLE color: 11705502.

HSL color Cylindrical-coordinate representation of color #9E9CB2: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E9CB2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB158156178-
CMYK0.110.1200.30
HSL245.45º12.5%65.49%-
HSV(B)245.45º12.36%69.8%-
XYZ34.0234.2646.94-
YUV159.11138.66127.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=32.11%
G=31.71%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581561780.110.1200.30245.4512.565.49
Hex9E9CB2BC01Ef5c41
Octal236234262131403636514101
Binary100111101001110010110010101111000111101111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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