#9FA2BE

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

Shades of Logan #9FA2BE

Tints of Logan #9FA2BE

Color information

#9FA2BE (or 0x9FA2BE) is unknown color: approx Logan. HEX triplet: 9F, A2 and BE. RGB value is (159,162,190). Sum of RGB (Red+Green+Blue) = 159+162+190=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2BE is #605D41. Grayscale: #A4A4A4. Windows color (decimal): -6315330 or 12493471. OLE color: 12493471.

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

Color convert

RGB159162190-
CMYK0.160.1500.25
HSL234.19º19.25%68.43%-
HSV(B)234.19º16.32%74.51%-
XYZ36.5136.9353.92-
YUV164.3142.51124.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=31.12%
G=31.70%
B=37.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591621900.160.1500.25234.1919.2568.43
Hex9FA2BE10F019ea1344
Octal237242276201703135223104
Binary10011111101000101011111010000111101100111101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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