#9FA3BC

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

Shades of Logan #9FA3BC

Tints of Logan #9FA3BC

Color information

#9FA3BC (or 0x9FA3BC) is unknown color: approx Logan. HEX triplet: 9F, A3 and BC. RGB value is (159,163,188). Sum of RGB (Red+Green+Blue) = 159+163+188=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3BC is #605C43. Grayscale: #A4A4A4. Windows color (decimal): -6315076 or 12362655. OLE color: 12362655.

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

Color convert

RGB159163188-
CMYK0.150.1300.26
HSL231.72º17.79%68.04%-
HSV(B)231.72º15.43%73.73%-
XYZ36.4737.252.83-
YUV164.65141.17123.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=31.18%
G=31.96%
B=36.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591631880.150.1300.26231.7217.7968.04
Hex9FA3BCFD01Ae81244
Octal237243274171503235022104
Binary1001111110100011101111001111110101101011101000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,163,188); }

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

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

 a { background-color: rgb(159,163,188); }

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

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

 span { border-color: rgb(159,163,188); }

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