#9FA1BD

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

Shades of Logan #9FA1BD

Tints of Logan #9FA1BD

Color information

#9FA1BD (or 0x9FA1BD) is unknown color: approx Logan. HEX triplet: 9F, A1 and BD. RGB value is (159,161,189). Sum of RGB (Red+Green+Blue) = 159+161+189=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1BD is #605E42. Grayscale: #A3A3A3. Windows color (decimal): -6315587 or 12427679. OLE color: 12427679.

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

Color convert

RGB159161189-
CMYK0.160.1500.26
HSL236º18.52%68.24%-
HSV(B)236º15.87%74.12%-
XYZ36.2336.5353.29-
YUV163.59142.34124.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=31.24%
G=31.63%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591611890.160.1500.2623618.5268.24
Hex9FA1BD10F01Aec1344
Octal237241275201703235423104
Binary10011111101000011011110110000111101101011101100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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