#9FA0BF

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

Shades of Logan #9FA0BF

Tints of Logan #9FA0BF

Color information

#9FA0BF (or 0x9FA0BF) is unknown color: approx Logan. HEX triplet: 9F, A0 and BF. RGB value is (159,160,191). Sum of RGB (Red+Green+Blue) = 159+160+191=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0BF is #605F40. Grayscale: #A3A3A3. Windows color (decimal): -6315841 or 12558495. OLE color: 12558495.

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

Color convert

RGB159160191-
CMYK0.170.1600.25
HSL238.12º20%68.63%-
HSV(B)238.12º16.75%74.9%-
XYZ36.2736.2754.38-
YUV163.23143.67124.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 191 (75% from 255) = 37.45%
R=31.18%
G=31.37%
B=37.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591601910.170.1600.25238.122068.63
Hex9FA0BF1110019ee1445
Octal237240277212003135624105
Binary100111111010000010111111100011000001100111101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,160,191); }

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

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

 a { background-color: rgb(159,160,191); }

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

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

 span { border-color: rgb(159,160,191); }

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