#9E9DBC

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

Shades of Logan #9E9DBC

Tints of Logan #9E9DBC

Color information

#9E9DBC (or 0x9E9DBC) is unknown color: approx Logan. HEX triplet: 9E, 9D and BC. RGB value is (158,157,188). Sum of RGB (Red+Green+Blue) = 158+157+188=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DBC is #616243. Grayscale: #A0A0A0. Windows color (decimal): -6382148 or 12361118. OLE color: 12361118.

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

Color convert

RGB158157188-
CMYK0.160.1600.26
HSL241.94º18.79%67.65%-
HSV(B)241.94º16.49%73.73%-
XYZ35.2335.0152.48-
YUV160.83143.33125.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=31.41%
G=31.21%
B=37.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581571880.160.1600.26241.9418.7967.65
Hex9E9DBC101001Af21344
Octal236235274202003236223104
Binary100111101001110110111100100001000001101011110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,188); }

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

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

 a { background-color: rgb(158,157,188); }

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

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

 span { border-color: rgb(158,157,188); }

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