#9E9CBD

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

Shades of Logan #9E9CBD

Tints of Logan #9E9CBD

Color information

#9E9CBD (or 0x9E9CBD) is unknown color: approx Logan. HEX triplet: 9E, 9C and BD. RGB value is (158,156,189). Sum of RGB (Red+Green+Blue) = 158+156+189=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CBD is #616342. Grayscale: #A0A0A0. Windows color (decimal): -6382403 or 12426398. OLE color: 12426398.

HSL color Cylindrical-coordinate representation of color #9E9CBD: hue angle of 243.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E9CBD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158156189-
CMYK0.160.1700.26
HSL243.64º20%67.65%-
HSV(B)243.64º17.46%74.12%-
XYZ35.1734.7252.99-
YUV160.36144.16126.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=31.41%
G=31.01%
B=37.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581561890.160.1700.26243.642067.65
Hex9E9CBD101101Af41444
Octal236234275202103236424104
Binary100111101001110010111101100001000101101011110100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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