#9FA3BD

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

Shades of Logan #9FA3BD

Tints of Logan #9FA3BD

Color information

#9FA3BD (or 0x9FA3BD) is unknown color: approx Logan. HEX triplet: 9F, A3 and BD. RGB value is (159,163,189). Sum of RGB (Red+Green+Blue) = 159+163+189=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3BD is #605C42. Grayscale: #A4A4A4. Windows color (decimal): -6315075 or 12428191. OLE color: 12428191.

HSL color Cylindrical-coordinate representation of color #9FA3BD: hue angle of 232º 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 #9FA3BD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159163189-
CMYK0.160.1400.26
HSL232º18.52%68.24%-
HSV(B)232º15.87%74.12%-
XYZ36.5837.2453.4-
YUV164.77141.67123.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=31.12%
G=31.90%
B=36.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591631890.160.1400.2623218.5268.24
Hex9FA3BD10E01Ae81344
Octal237243275201603235023104
Binary10011111101000111011110110000111001101011101000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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