#9F9AB4

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

Shades of Logan #9F9AB4

Tints of Logan #9F9AB4

Color information

#9F9AB4 (or 0x9F9AB4) is unknown color: approx Logan. HEX triplet: 9F, 9A and B4. RGB value is (159,154,180). Sum of RGB (Red+Green+Blue) = 159+154+180=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F9AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9AB4 is #60654B. Grayscale: #9E9E9E. Windows color (decimal): -6317388 or 11836063. OLE color: 11836063.

HSL color Cylindrical-coordinate representation of color #9F9AB4: hue angle of 251.54º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F9AB4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159154180-
CMYK0.120.1400.29
HSL251.54º14.77%65.49%-
HSV(B)251.54º14.44%70.59%-
XYZ34.0933.7847.9-
YUV158.46140.16128.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=32.25%
G=31.24%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591541800.120.1400.29251.5414.7765.49
Hex9F9AB4CE01Dfcf41
Octal237232264141603537417101
Binary100111111001101010110100110011100111011111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,180); }

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

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

 a { background-color: rgb(159,154,180); }

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

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

 span { border-color: rgb(159,154,180); }

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