#9FA2BD

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

Shades of Logan #9FA2BD

Tints of Logan #9FA2BD

Color information

#9FA2BD (or 0x9FA2BD) is unknown color: approx Logan. HEX triplet: 9F, A2 and BD. RGB value is (159,162,189). Sum of RGB (Red+Green+Blue) = 159+162+189=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FA2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2BD is #605D42. Grayscale: #A4A4A4. Windows color (decimal): -6315331 or 12427935. OLE color: 12427935.

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

Color convert

RGB159162189-
CMYK0.160.1400.26
HSL234º18.52%68.24%-
HSV(B)234º15.87%74.12%-
XYZ36.436.8953.35-
YUV164.18142.01124.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=31.18%
G=31.76%
B=37.06%

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
Decimal1591621890.160.1400.2623418.5268.24
Hex9FA2BD10E01Aea1344
Octal237242275201603235223104
Binary10011111101000101011110110000111001101011101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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